initial import of py-curl-0.4.5, a python module interface to the cURL library,
submitted by Shell Hung per PR pkg/15103
This commit is contained in:
parent
9ae2c4cd5b
commit
a0ad18e39c
4 changed files with 27 additions and 0 deletions
3
www/py-curl/DESCR
Normal file
3
www/py-curl/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
PycURL is a Python module that interface with the cURL library, by
|
||||
using this module, you can fetch documents identified by a URI from
|
||||
within a Python program.
|
18
www/py-curl/Makefile
Normal file
18
www/py-curl/Makefile
Normal file
|
@ -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"
|
2
www/py-curl/PLIST
Normal file
2
www/py-curl/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $
|
||||
${PYSITELIB}/pycurl.so
|
4
www/py-curl/distinfo
Normal file
4
www/py-curl/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/01/29 16:22:18 drochner Exp $
|
||||
|
||||
SHA1 (pycurl-0.4.5.tar.gz) = c82d46043e8c8a6a3799e00d27850318883b5ac0
|
||||
Size (pycurl-0.4.5.tar.gz) = 21914 bytes
|
Loading…
Reference in a new issue