1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/py-regex/Makefile
William Grzybowski 530a8eab48 textproc/py-regex: update to 2014.06.28
- USES python

PR:		193738
Submitted by:	maintainer
2014-09-20 16:07:36 +00:00

21 lines
397 B
Makefile

# $FreeBSD$
PORTNAME= regex
PORTVERSION= 2014.06.28
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fax@nohik.ee
COMMENT= Alternative regular expression module, to replace re
LICENSE= PSFL
USES= python
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so
.include <bsd.port.mk>