mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
26 lines
422 B
Makefile
26 lines
422 B
Makefile
COMMENT = C-style structs for Python
|
|
|
|
MODPY_DISTV = 5.3
|
|
|
|
DISTNAME = cstruct-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 3
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
# XXX:
|
|
# Distribution lacks several files for the test to run (e.g. 'mbr').
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|