2019-07-06 15:42:40 -04:00
|
|
|
COMMENT = module that multiplexes interactions with lists of objects
|
|
|
|
|
2021-01-17 14:34:50 -05:00
|
|
|
MODPY_EGG_VERSION = 0.09
|
2019-07-06 15:42:40 -04:00
|
|
|
DISTNAME = mulpyplexer-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = py-${DISTNAME}
|
2022-11-13 10:28:14 -05:00
|
|
|
REVISION = 1
|
2019-07-06 15:42:40 -04:00
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE =Yes
|
|
|
|
|
|
|
|
MODULES = lang/python
|
|
|
|
|
|
|
|
MODPY_PI = Yes
|
|
|
|
|
|
|
|
FLAVORS = python3
|
2021-02-27 06:13:34 -05:00
|
|
|
FLAVOR = python3
|
2019-07-06 15:42:40 -04:00
|
|
|
|
2019-11-23 14:55:42 -05:00
|
|
|
# No tests - no upstream?
|
2019-07-06 15:42:40 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|