1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/py-errorhandler/Makefile
Wen Heping 1f25edb0ee - Update to 1.1.1
- Remove MD5
- Fix build with python-2.7

Submitted by:	Wen Heping(via email, myself)
Approved by:	maintainer(via email)
2011-02-28 11:01:56 +00:00

21 lines
458 B
Makefile

# New ports collection makefile for: errorhandler
# Date created: 2009-08-19
# Whom: 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
.include <bsd.port.mk>