openbsd-ports/devel/py-mulpyplexer/Makefile
2022-11-13 15:28:14 +00:00

25 lines
411 B
Makefile

COMMENT = module that multiplexes interactions with lists of objects
MODPY_EGG_VERSION = 0.09
DISTNAME = mulpyplexer-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE =Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
# No tests - no upstream?
.include <bsd.port.mk>