18 lines
394 B
Makefile

# Created by: Dikshie
# $FreeBSD$
PORTNAME= errorhandler
PORTVERSION= 1.1.1
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= yes
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
.include <bsd.port.mk>