we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.
29 lines
530 B
Makefile
29 lines
530 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/04/28 20:51:39 sthen Exp $
|
|
|
|
COMMENT= component architecture from Zope
|
|
|
|
MODPY_EGG_VERSION= 4.2.2
|
|
|
|
DISTNAME= zope.component-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-zopecomponent-${MODPY_EGG_VERSION}
|
|
CATEGORIES= devel
|
|
REVISION= 3
|
|
|
|
# Zope Public License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
FLAVORS= python3
|
|
FLAVOR?=
|
|
|
|
RUN_DEPENDS= devel/py-zopeinterface${MODPY_FLAVOR} \
|
|
devel/py-zopeevent${MODPY_FLAVOR}
|
|
|
|
# too many deps
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|