SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

27
devel/py-regex/Makefile Normal file
View file

@ -0,0 +1,27 @@
COMMENT= alternative regular expression module to replace re
MODPY_EGG_VERSION= 2023.6.3
DISTNAME= regex-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://github.com/mrabarnett/mrab-regex
# Apache 2.0
PERMIT_PACKAGE= Yes
WANTLIB += pthread
MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
TEST_DEPENDS= ${BUILD_PKGPATH}
do-test:
cd ${WRKSRC}; ${MODPY_BIN} -m unittest -v regex_3.test_regex
.include <bsd.port.mk>