diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-08 13:18:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-08 13:18:55 +0000 |
commit | c11397497fbc700c079af72c43038ed7d9a6bba9 (patch) | |
tree | 36bed67d5e26d9875c7cf08eb41fe1769e9a5214 /www/p5-WWW-Curl | |
parent | 1286b7322c08a5cb12a8c67c028017eb216fb9d3 (diff) | |
download | pkgsrc-c11397497fbc700c079af72c43038ed7d9a6bba9.tar.gz |
Import p5-WWW-Curl from pkgsrc-wip. Packaged by imil at gcu dot info.
This module is a namespace placeholder for a future high level perl-oriented
interface to libcurl. Currently, you need to use the direct libcurl 'easy'
interface, by using the 'WWW::Curl::easy' module.
The perl module WWW::Curl::easy provides an interface to the cURL library
"libcurl".
See http://curl.haxx.se/ for more information on cURL and libcurl.
Diffstat (limited to 'www/p5-WWW-Curl')
-rw-r--r-- | www/p5-WWW-Curl/DESCR | 8 | ||||
-rw-r--r-- | www/p5-WWW-Curl/Makefile | 22 | ||||
-rw-r--r-- | www/p5-WWW-Curl/PLIST | 1 | ||||
-rw-r--r-- | www/p5-WWW-Curl/distinfo | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-WWW-Curl/DESCR b/www/p5-WWW-Curl/DESCR new file mode 100644 index 00000000000..3d72044ac82 --- /dev/null +++ b/www/p5-WWW-Curl/DESCR @@ -0,0 +1,8 @@ +This module is a namespace placeholder for a future high level perl-oriented +interface to libcurl. Currently, you need to use the direct libcurl 'easy' +interface, by using the 'WWW::Curl::easy' module. + +The perl module WWW::Curl::easy provides an interface to the cURL library +"libcurl". + +See http://curl.haxx.se/ for more information on cURL and libcurl. diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile new file mode 100644 index 00000000000..05f9863ead7 --- /dev/null +++ b/www/p5-WWW-Curl/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/08 13:18:55 minskim Exp $ +# + +DISTNAME= WWW-Curl-2.0 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} + +MAINTAINER= imil@gcu.info +HOMEPAGE= http://curl.haxx.se/libcurl/perl/ +COMMENT= Perl binding interface for curl + +DEPENDS+= curl>=7.12.1:../../www/curl + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/WWW/Curl/.packlist + +.include "../../www/curl/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-WWW-Curl/PLIST b/www/p5-WWW-Curl/PLIST new file mode 100644 index 00000000000..7f351bae0ac --- /dev/null +++ b/www/p5-WWW-Curl/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/08 13:18:55 minskim Exp $ diff --git a/www/p5-WWW-Curl/distinfo b/www/p5-WWW-Curl/distinfo new file mode 100644 index 00000000000..6e102fc53bb --- /dev/null +++ b/www/p5-WWW-Curl/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/08 13:18:55 minskim Exp $ + +SHA1 (WWW-Curl-2.0.tar.gz) = 1b499e1419d89111e8b52adfdee02a09b184f83d +Size (WWW-Curl-2.0.tar.gz) = 22546 bytes |