mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
304 B
Makefile
18 lines
304 B
Makefile
COMMENT= C parser in pure Python
|
|
|
|
MODPY_DISTV= 3.0
|
|
DISTNAME= pycparser-${MODPY_DISTV}
|
|
PKGNAME= ${DISTNAME:S/py/py-/}
|
|
CATEGORIES= devel textproc
|
|
|
|
HOMEPAGE= https://github.com/eliben/pycparser
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|