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.
25 lines
417 B
Makefile
25 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/04/28 20:51:39 sthen Exp $
|
|
|
|
COMMENT= very basic event publishing system from Zope
|
|
|
|
MODPY_EGG_VERSION= 4.3.0
|
|
|
|
DISTNAME= zope.event-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-zopeevent-${MODPY_EGG_VERSION}
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
# Zope Public License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
FLAVORS= python3
|
|
FLAVOR?=
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
.include <bsd.port.mk>
|