2014-02-09 09:48:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= regex
|
2018-02-22 20:51:30 +01:00
|
|
|
PORTVERSION= 2018.02.21
|
2014-02-09 09:48:25 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
|
|
COMMENT= Alternative regular expression module, to replace re
|
|
|
|
|
|
|
|
LICENSE= PSFL
|
|
|
|
|
2014-09-20 18:07:36 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
2014-02-09 09:48:25 +01:00
|
|
|
|
2014-02-22 00:02:21 +01:00
|
|
|
post-install:
|
2018-02-22 20:51:30 +01:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
|
2014-02-22 00:02:21 +01:00
|
|
|
|
2014-02-09 09:48:25 +01:00
|
|
|
.include <bsd.port.mk>
|