Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/ PR: 246406 Submitted by: sunpoet (myself) Approved by: Eero Hanninen <fax@nohik.ee> (maintainer)
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= regex
|
|
PORTVERSION= 2020.4.4
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/regex/_regex.so
|
|
|
|
.include <bsd.port.mk>
|