mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
441 B
Makefile
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>
|