Import www/p5-Catalyst-View-TT-Alloy version 0.00007_1
[dports.git] / textproc / py-errorhandler / Makefile
1 # Created by: Dikshie
2 # $FreeBSD$
3
4 PORTNAME=       errorhandler
5 PORTVERSION=    1.1.1
6 PORTREVISION=   1
7 CATEGORIES=     textproc python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     dikshie@sfc.wide.ad.jp
12 COMMENT=        Logging framework handler that tracks when messages above a certain level have been logged
13
14 USES=           python
15 USE_PYTHON=     distutils autoplist
16
17 .include <bsd.port.mk>