ports/textproc/py-stache/Makefile

22 lines
401 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Python implementation of Mustache templating system
2023-09-08 05:21:37 +00:00
MODPY_EGG_VERSION = 0.6.5
2023-08-16 22:26:55 +00:00
DISTNAME = pystache-${MODPY_EGG_VERSION}
PKGNAME = py-stache-${MODPY_EGG_VERSION}
CATEGORIES = textproc
# MIT/BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
2023-09-08 05:21:37 +00:00
MODPY_PYBUILD = setuptools_scm
#MODPY_PYTEST_ARGS = pystache/tests
2023-08-16 22:26:55 +00:00
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>