diff options
author | mef <mef@pkgsrc.org> | 2015-04-30 04:29:52 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-30 04:29:52 +0000 |
commit | 791d1611a8d1614f26257ef433b21153ae783554 (patch) | |
tree | 73ca8c252b5e1a9573e279f117ba239ff3fa43f8 /www | |
parent | 49c7c017db9e8d9450509e61ccec8925c23067f6 (diff) | |
download | pkgsrc-791d1611a8d1614f26257ef433b21153ae783554.tar.gz |
Import p5-Any-URI-Escape-0.01 as www/p5-Any-URI-Escape.
URI::Escape is great, but URI::Escape::XS is faster. This module loads
URI::Escape::XS and imports the two most common methods if XS is
installed.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Any-URI-Escape/DESCR | 3 | ||||
-rw-r--r-- | www/p5-Any-URI-Escape/Makefile | 20 | ||||
-rw-r--r-- | www/p5-Any-URI-Escape/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-Any-URI-Escape/DESCR b/www/p5-Any-URI-Escape/DESCR new file mode 100644 index 00000000000..eaf75f24614 --- /dev/null +++ b/www/p5-Any-URI-Escape/DESCR @@ -0,0 +1,3 @@ +URI::Escape is great, but URI::Escape::XS is faster. This module loads +URI::Escape::XS and imports the two most common methods if XS is +installed. diff --git a/www/p5-Any-URI-Escape/Makefile b/www/p5-Any-URI-Escape/Makefile new file mode 100644 index 00000000000..f078b12b408 --- /dev/null +++ b/www/p5-Any-URI-Escape/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2015/04/30 04:29:52 mef Exp $ + +DISTNAME= Any-URI-Escape-0.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Any/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/ +COMMENT= Load URI::Escape::XS preferentially over URI::Escape +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI + +PERL5_PACKLIST= auto/Any/URI/Escape/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Any-URI-Escape/distinfo b/www/p5-Any-URI-Escape/distinfo new file mode 100644 index 00000000000..5f5b5e36399 --- /dev/null +++ b/www/p5-Any-URI-Escape/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/04/30 04:29:52 mef Exp $ + +SHA1 (Any-URI-Escape-0.01.tar.gz) = b0bf440e22364a72c3d747d8aaee8de943b0f5d0 +RMD160 (Any-URI-Escape-0.01.tar.gz) = 223e6a47cf2ff9e677d07e9e6d64fad390af520c +Size (Any-URI-Escape-0.01.tar.gz) = 1819 bytes |