ports/devel/py-parse/Makefile

23 lines
354 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= strings parser for the Python format() syntax
MODPY_EGG_VERSION= 1.19.1
DISTNAME= parse-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://pypi.org/project/parse/
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
.include <bsd.port.mk>