2014-02-09 09:48:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= regex
|
2016-03-03 00:01:44 +01:00
|
|
|
PORTVERSION= 2016.02.25
|
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:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
|
|
|
|
|
2014-02-09 09:48:25 +01:00
|
|
|
.include <bsd.port.mk>
|