SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
devel/py-regex/Makefile
Normal file
27
devel/py-regex/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue