mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
a5f5dfc0b3
PR: ports/190260 Submitted by: Eero Hanninen <fax@nohik.ee> (maintainer)
22 lines
416 B
Makefile
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>
|