1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/py-regex/Makefile
Sunpoet Po-Chuan Hsieh 9af3355f9a Update to 2018.02.21
- While I'm here, do not silence installation message

Changes:	https://bitbucket.org/mrabarnett/mrab-regex/commits/branch/default
PR:		226113
Submitted by:	Eero Hanninen <fax@nohik.ee> (maintainer)
2018-02-22 19:51:30 +00:00

21 lines
396 B
Makefile

# $FreeBSD$
PORTNAME= regex
PORTVERSION= 2018.02.21
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.so
.include <bsd.port.mk>