mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
19 lines
312 B
Makefile
19 lines
312 B
Makefile
COMMENT= strings parser for the Python format() syntax
|
|
|
|
MODPY_DISTV= 1.21.1
|
|
DISTNAME= parse-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/r1chardj0n3s/parse
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|