diff options
Diffstat (limited to 'ftp/py-curl/Makefile')
-rw-r--r-- | ftp/py-curl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index c7dfd5ebba00..ed4c439afb59 100644 --- a/ftp/py-curl/Makefile +++ b/ftp/py-curl/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: py-curl # Date created: 2 July 2001 -# Whom: Hye-Shik Chang <perky@python.or.kr> +# Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= curl -PORTVERSION= 7.16.1 +PORTVERSION= 7.16.4 CATEGORIES= ftp python MASTER_SITES= http://pycurl.sourceforge.net/download/ \ http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} -MAINTAINER= perky@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to libcurl LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl |