sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
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.
2019-04-28 20:51:26 +00:00

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>