freebsd-ports/textproc/py-errorhandler/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

17 lines
392 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= Logging framework handler that tracks when messages above a certain level have been logged
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>