aboutsummaryrefslogtreecommitdiff
path: root/devel/py-collective.monkeypatcher/Makefile
blob: a8afc16fa07d878a007d5470dd24b20eae521ac8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>