summaryrefslogtreecommitdiff
path: root/www/py-curl/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-29 16:22:18 +0000
committerdrochner <drochner>2002-01-29 16:22:18 +0000
commit088bdf3409d2b47c03182c0f106da628ea164f27 (patch)
tree22b2dc01a0f3ada9a49bd42823c41ea7b95b3900 /www/py-curl/Makefile
parentc770dc2bc2de29e43aa9b9f646fcffbce77b62f5 (diff)
downloadpkgsrc-088bdf3409d2b47c03182c0f106da628ea164f27.tar.gz
initial import of py-curl-0.4.5, a python module interface to the cURL library,
submitted by Shell Hung per PR pkg/15103
Diffstat (limited to 'www/py-curl/Makefile')
-rw-r--r--www/py-curl/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile
new file mode 100644
index 00000000000..4eafa4497c6
--- /dev/null
+++ b/www/py-curl/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $
+
+DISTNAME= pycurl-0.4.5
+PKGNAME= ${PYPKGPREFIX}-curl-0.4.5
+CATEGORIES= www
+MASTER_SITES= http://pycurl.sourceforge.net/
+
+MAINTAINER= shell@shellhung.org
+HOMEPAGE= http://pycurl.sf.net/
+COMMENT= python module interface to the cURL library
+
+DEPENDS+= curl-[0-9]*:../../www/curl
+
+PYDISTUTILSPKG= # defined
+PYBINMODULE= # defined
+
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"