diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-12 23:43:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-12 23:43:50 +0000 |
commit | 4676ca5994f9c72a8d9c64607885dc363fe3d52e (patch) | |
tree | 7058f2db9cae7f106b566a30662dff6325715135 /ftp/py-pycurl/Makefile | |
parent | - Update to 7.4.968 (diff) |
- Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
Notes
Notes:
svn path=/head/; revision=403641
Diffstat (limited to 'ftp/py-pycurl/Makefile')
-rw-r--r-- | ftp/py-pycurl/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ftp/py-pycurl/Makefile b/ftp/py-pycurl/Makefile new file mode 100644 index 000000000000..f2f9eeb1e001 --- /dev/null +++ b/ftp/py-pycurl/Makefile @@ -0,0 +1,27 @@ +# Created by: Hye-Shik Chang +# $FreeBSD$ + +PORTNAME= pycurl +PORTVERSION= 7.19.5.3 +PORTREVISION= 1 +CATEGORIES= ftp python +MASTER_SITES= CHEESESHOP \ + http://pycurl.sourceforge.net/download/ \ + http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python interface to libcurl + +LICENSE= LGPL21 MIT +LICENSE_COMB= dual + +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + +USE_PYTHON= autoplist concurrent distutils +USES= python + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so + +.include <bsd.port.mk> |