freebsd-ports/devel/py-collective.monkeypatcher/Makefile
2014-03-07 16:49:09 +00:00

21 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= collective.monkeypatcher
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Applying monkey patches on startup using ZCML configuration
LICENSE= BSD
USES= zip
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>