opnsense-ports/devel/py-five.globalrequest/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

20 lines
487 B
Makefile

PORTNAME= five.globalrequest
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope 2 integration for zope.globalrequest
WWW= https://pypi.org/project/five.globalrequest/
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.globalrequest>=0:devel/py-zope.globalrequest@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>