freebsd-ports/textproc/py-regex/Makefile
Frederic Culot b94eb5347d - Update to 2014.02.19
PR:		ports/187077
Submitted by:	Eero Hanninen <fax@nohik.ee> (maintainer)
2014-03-02 08:20:58 +00:00

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>