diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-13 19:12:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-13 19:12:57 +0000 |
commit | 325e83eb971488912ff7c628c405adf92995fdd9 (patch) | |
tree | 48a167a59ab0e27e8dab7c6677a6498daf706eb1 /ftp | |
parent | 6d5f06f866e7bd377a5a5b4ddbc27cce0ddcd47a (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/py-curl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index b5e3963af412..228d46adc128 100644 --- a/ftp/py-curl/Makefile +++ b/ftp/py-curl/Makefile @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.19.5.3 +PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= CHEESESHOP \ http://pycurl.sourceforge.net/download/ \ @@ -18,13 +19,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python -DATADIR= ${PREFIX}/share/py-curl -DOCSDIR= ${PREFIX}/share/doc/py-curl -EXAMPLESDIR= ${PREFIX}/share/examples/py-curl - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pycurl.so |