diff options
author | manu <manu@pkgsrc.org> | 2018-12-03 02:17:18 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2018-12-03 02:17:18 +0000 |
commit | 14355dca248e09f03f20ed556b1ab414759d0e88 (patch) | |
tree | aaddc982572aeefa3bc35043ce849d4ca90bf72d /www | |
parent | 580f45989d7bdc0f718c1f3fc23a4a915d7d9fc8 (diff) | |
download | pkgsrc-14355dca248e09f03f20ed556b1ab414759d0e88.tar.gz |
Added www/p5-Net-Curl version 0.39
This module provides functionnality similar to www/p5-WWW-Curl but
its slightly different API is required for www/p5-LWP-Protocol-Net-Curl
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Net-Curl/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Net-Curl/Makefile | 25 | ||||
-rw-r--r-- | www/p5-Net-Curl/distinfo | 6 |
4 files changed, 35 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index f6156264c27..e41cbc1df3d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1349 2018/11/20 18:38:34 adam Exp $ +# $NetBSD: Makefile,v 1.1350 2018/12/03 02:17:18 manu Exp $ # COMMENT= Packages related to the World Wide Web @@ -458,6 +458,7 @@ SUBDIR+= p5-LWPx-ParanoidAgent SUBDIR+= p5-LWPx-TimedHTTP SUBDIR+= p5-MasonX-Request-WithApacheSession SUBDIR+= p5-Mojolicious +SUBDIR+= p5-Net-Curl SUBDIR+= p5-Net-FastCGI SUBDIR+= p5-Net-HTTP SUBDIR+= p5-POE-Component-Server-PSGI diff --git a/www/p5-Net-Curl/DESCR b/www/p5-Net-Curl/DESCR new file mode 100644 index 00000000000..99c15fc2f32 --- /dev/null +++ b/www/p5-Net-Curl/DESCR @@ -0,0 +1,2 @@ +Net::Curl provides a Perl interface to libcurl created with +object-oriented implementations in mind. diff --git a/www/p5-Net-Curl/Makefile b/www/p5-Net-Curl/Makefile new file mode 100644 index 00000000000..8bdbf108d47 --- /dev/null +++ b/www/p5-Net-Curl/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2018/12/03 02:17:18 manu Exp $ + +DISTNAME= Net-Curl-0.39 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SY/SYP/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/Net::Curl +COMMENT= Perl binding interface for curl +LICENSE= mit + +BUILDLINK_API_DEPENDS.curl+= curl>=7.10.8 +CFLAGS+= -Wall -Werror -Wreturn-type + +#MAKE_ENV+= PERL_USE_UNSAFE_INC=1 +PERL5_PACKLIST= auto/Net/Curl/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled + +TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta + +.include "../../www/curl/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Net-Curl/distinfo b/www/p5-Net-Curl/distinfo new file mode 100644 index 00000000000..dbf0d18ca9d --- /dev/null +++ b/www/p5-Net-Curl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/12/03 02:17:18 manu Exp $ + +SHA1 (Net-Curl-0.39.tar.gz) = 95e210fec3622d462bb6b56b9196ee18b1d1b397 +RMD160 (Net-Curl-0.39.tar.gz) = 43161423875d8747658bfb0cb173e27a8f2741f3 +SHA512 (Net-Curl-0.39.tar.gz) = 2d9a3d6c593e8ac82656350e2735fe2ffac549979bca2d78b3fa4eb5445b2d1435398a594d1a0adacc93b9bfdff1394ba70edfd36f5070d3b93b18580010ce97 +Size (Net-Curl-0.39.tar.gz) = 102420 bytes |