diff options
Diffstat (limited to 'ftp/py-curl/Makefile')
-rw-r--r-- | ftp/py-curl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index 910a2f7a24f2..370f9fbffe19 100644 --- a/ftp/py-curl/Makefile +++ b/ftp/py-curl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.19.0 -PORTREVISION= 3 +PORTVERSION= 7.19.3.1 CATEGORIES= ftp python MASTER_SITES= http://pycurl.sourceforge.net/download/ \ http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ @@ -13,7 +12,10 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= Python interface to libcurl -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LICENSE= LGPL21 MIT +LICENSE_COMB= dual + +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl DOCSDIR= ${PREFIX}/share/doc/py-curl EXAMPLESDIR= ${PREFIX}/share/examples/py-curl @@ -21,7 +23,6 @@ DATADIR= ${PREFIX}/share/py-curl USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= pycurl PYDISTUTILS_AUTOPLIST= yes post-patch: |