mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
83d66bf652
Changes: http://pycurl.sourceforge.net/doc/release-notes.html https://github.com/pycurl/pycurl/blob/master/ChangeLog
32 lines
724 B
Makefile
32 lines
724 B
Makefile
# Created by: Hye-Shik Chang
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= curl
|
|
PORTVERSION= 7.19.5.1
|
|
CATEGORIES= ftp python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://pycurl.sourceforge.net/download/ \
|
|
http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
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 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
|
|
|
|
.include <bsd.port.mk>
|