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
465 B
Makefile
25 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:32 sthen Exp $
|
|
|
|
COMMENT = multi-producer-multi-consumer signal dispatching mechanism
|
|
|
|
MODPY_EGG_VERSION = 2.0.5
|
|
DISTNAME = PyDispatcher-${MODPY_EGG_VERSION}
|
|
PKGNAME = ${DISTNAME:S/Py/py-/:L}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://pydispatcher.sourceforge.net/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODPY_PI = Yes
|
|
MODULES = lang/python
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|