mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
9af3355f9a
- 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)
21 lines
396 B
Makefile
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>
|