ports/textproc/py-bracex/Makefile

20 lines
316 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= brace expanding library
2023-09-08 05:21:37 +00:00
MODPY_EGG_VERSION= 2.4
2023-08-16 22:26:55 +00:00
DISTNAME= bracex-${MODPY_EGG_VERSION}
PKGNAME= py-bracex-${MODPY_EGG_VERSION:S/.post/pl/}
CATEGORIES= textproc
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= hatchling
MODPY_PI= Yes
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>