SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
devel/py-zopeinterface/Makefile
Normal file
26
devel/py-zopeinterface/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
COMMENT= object interface infrastructure from Zope
|
||||
|
||||
MODPY_EGG_VERSION= 5.5.2
|
||||
|
||||
DISTNAME= zope.interface-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-zopeinterface-${MODPY_EGG_VERSION}
|
||||
CATEGORIES= devel
|
||||
|
||||
# Zope Public License
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += ${MODPY_WANTLIB}
|
||||
WANTLIB += pthread
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= setuptools
|
||||
TEST_ENV= PY_IGNORE_IMPORTMISMATCH=1
|
||||
|
||||
TEST_DEPENDS= devel/py-zopeevent${MODPY_FLAVOR} \
|
||||
devel/py-zopetesting${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue