freebsd-ports/textproc/py-regex/Makefile
Sunpoet Po-Chuan Hsieh 524ba73d43 Update to 2020.4.4
Changes:	https://bitbucket.org/mrabarnett/mrab-regex/commits/
PR:		246406
Submitted by:	sunpoet (myself)
Approved by:	Eero Hanninen <fax@nohik.ee> (maintainer)
2020-05-12 22:31:44 +00:00

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>