# New ports collection makefile for: errorhandler
# Date created:		2009-08-19
# Whom:			Dikshie
#
# $FreeBSD: ports/textproc/py-errorhandler/Makefile,v 1.1 2009/08/22 22:08:15 miwi Exp $
#

PORTNAME=	errorhandler
PORTVERSION=	1.0.0
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dikshie@sfc.wide.ad.jp
COMMENT=	A logging framework handler that tracks when messages above a certain level have been logged.

USE_PYTHON=	2.5-2.6
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
