mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
18 lines
414 B
Makefile
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>
|