diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-22 14:21:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-22 14:21:04 +0000 |
commit | 0e25fd7806ea1c070a2c06059dcc37f53ad71dae (patch) | |
tree | 2c8cd47d18e1ba2e35f8b8e4186178f4fabbf5f5 /www/py-curl/Makefile | |
parent | 109fb5030ac3e7841ceb3c8b25950e9b0461e6de (diff) | |
download | pkgsrc-0e25fd7806ea1c070a2c06059dcc37f53ad71dae.tar.gz |
-move the doc files and examples to share/doc/pycurl<pythonversion>
for coexistence with a future py22pth (or even native thread) pkg
-use buildlink2
Diffstat (limited to 'www/py-curl/Makefile')
-rw-r--r-- | www/py-curl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index cc1243a1949..2f828960421 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/10/20 02:53:03 shell Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/22 14:21:04 drochner Exp $ DISTNAME= pycurl-7.10.1 PKGNAME= ${PYPKGPREFIX}-curl-7.10.1 @@ -9,11 +9,12 @@ MAINTAINER= shell@netbsd.org HOMEPAGE= http://pycurl.sf.net/ COMMENT= python module interface to the cURL library -DEPENDS+= curl>=7.10.1:../../www/curl - PYDISTUTILSPKG= # defined PYBINMODULE= # defined PYTHON_VERSIONS_ACCEPTED= 21pth +USE_BUILDLINK2= yes +PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +.include "../../www/curl/buildlink2.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |