440ae98093
added python23-pth support Many changes and fixes. See ChangeLog for a complete list. Important: * WARNING: Removed the deprecated pycurl.init() and pycurl.multi_init() names - use pycurl.Curl() and pycurl.CurlMulti() instead. * WARNING: Removed the deprecated Curl.cleanup() and CurlMulti.cleanup() methods - use Curl.close() and CurlMulti.close() instead.
20 lines
583 B
Makefile
20 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.11 2003/09/14 18:03:53 recht Exp $
|
|
|
|
DISTNAME= pycurl-7.10.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pycurl.sourceforge.net/download/
|
|
|
|
MAINTAINER= shell@NetBSD.org
|
|
HOMEPAGE= http://pycurl.sf.net/
|
|
COMMENT= Python module interface to the cURL library
|
|
|
|
PYDISTUTILSPKG= # defined
|
|
PYBINMODULE= # defined
|
|
PYTHON_VERSIONS_ACCEPTED= 21pth 22pth 23pth
|
|
USE_BUILDLINK2= yes
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
|
|
|
.include "../../www/curl/buildlink2.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|