cf118ccf87
Reported by: lwhsu
19 lines
394 B
Makefile
19 lines
394 B
Makefile
PORTNAME= regex
|
|
PORTVERSION= 2020.7.14
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= Alternative regular expression module, to replace re
|
|
|
|
LICENSE= PSFL
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/regex/_regex*.so
|
|
|
|
.include <bsd.port.mk>
|