freebsd-ports/devel/py-collective.monkeypatcher/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

16 lines
361 B
Makefile

PORTNAME= collective.monkeypatcher
PORTVERSION= 1.1.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= ZPL21
USES= python:3.6+ zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>