freebsd-ports/ftp/py-pycurl/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
572 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= pycurl
PORTVERSION= 7.21.5
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:ftp/curl
USE_PYTHON= autoplist concurrent distutils
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so
.include <bsd.port.mk>