Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/textproc/py-regex/Makefile 343437 2014-02-09 08:48:25Z koobs $ |
1 |
# $FreeBSD: head/textproc/py-regex/Makefile 343437 2014-02-09 08:48:25Z koobs $ |
2 |
|
2 |
|
3 |
PORTNAME= regex |
3 |
PORTNAME= regex |
4 |
PORTVERSION= 2014.01.30 |
4 |
PORTVERSION= 2014.02.16 |
5 |
CATEGORIES= textproc python |
5 |
CATEGORIES= textproc python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 15-18
Link Here
|
15 |
USE_PYDISTUTILS= yes |
15 |
USE_PYDISTUTILS= yes |
16 |
PYDISTUTILS_AUTOPLIST= yes |
16 |
PYDISTUTILS_AUTOPLIST= yes |
17 |
|
17 |
|
|
|
18 |
post-install: |
19 |
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_regex.so |
20 |
|
18 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |