Files
2026-03-16 22:28:25 +00:00

22 lines
441 B
Makefile

COMMENT = simple generic functions
MODPY_DISTV = 0.8.1
DISTNAME = simplegeneric-${MODPY_DISTV}
EXTRACT_SUFX = .zip
PKGNAME = py-${DISTNAME}
REVISION = 13
CATEGORIES = devel
# ZPL 2.1
# If we patch anything, we must include:
# "prominent notices stating that you changed the files and
# the date of any change."
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>