2009-08-23 00:08:15 +02:00
|
|
|
# New ports collection makefile for: errorhandler
|
|
|
|
# Date created: 2009-08-19
|
|
|
|
# Whom: Dikshie
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= errorhandler
|
2011-02-28 12:01:56 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2009-08-23 00:08:15 +02:00
|
|
|
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.
|
|
|
|
|
2011-02-28 12:01:56 +01:00
|
|
|
USE_PYTHON= yes
|
2009-08-23 00:08:15 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|