mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
19 lines
439 B
Makefile
19 lines
439 B
Makefile
PORTNAME= zope.proxy
|
|
DISTVERSION= 4.6.1
|
|
CATEGORIES= net python zope
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Generic Transparent Proxies
|
|
WWW= https://pypi.org/project/zope.proxy/
|
|
|
|
LICENSE= ZPL21
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:devel/py-zope.interface@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|