ports/textproc/py-errorhandler/Makefile
Martin Wilke 41256a1481 - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:16:21 +00:00

18 lines
414 B
Makefile

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