b94eb5347d
PR: ports/187077 Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer)
21 lines
416 B
Makefile
21 lines
416 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= regex
|
|
PORTVERSION= 2014.02.19
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= fax@nohik.ee
|
|
COMMENT= Alternative regular expression module, to replace re
|
|
|
|
LICENSE= PSFL
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
|
|
|
|
.include <bsd.port.mk>
|