mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
1f25edb0ee
- Remove MD5 - Fix build with python-2.7 Submitted by: Wen Heping(via email, myself) Approved by: maintainer(via email)
21 lines
458 B
Makefile
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>
|