1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/textproc/py-regex/Makefile
Frederic Culot a5f5dfc0b3 - Update to 2014.05.23
PR:		ports/190260
Submitted by:	Eero Hanninen <fax@nohik.ee> (maintainer)
2014-05-26 13:52:18 +00:00

22 lines
416 B
Makefile

# $FreeBSD$
PORTNAME= regex
PORTVERSION= 2014.05.23
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>