freebsd-ports/devel/py-collective.monkeypatcher/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
374 B
Makefile

# $FreeBSD$
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>