diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-03-08 11:28:25 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-03-08 11:28:25 +0000 |
commit | 4d9508df8d4b2c322e0d3c755fc9c1aae3278b08 (patch) | |
tree | 156a176fddcf8fd75f1bb03b3653779e54e72aab /www | |
parent | 6e450a23c5bc78070118c1727c9acc8d494484ae (diff) | |
download | pkgsrc-4d9508df8d4b2c322e0d3c755fc9c1aae3278b08.tar.gz |
Import p5-HTML-Entities-Interpolate-1.04 as www/p5-HTML-Entities-Interpolate.
Call HTML::Entities::encode_entities, via a hash, within a string.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Entities-Interpolate/DESCR | 1 | ||||
-rw-r--r-- | www/p5-HTML-Entities-Interpolate/Makefile | 28 | ||||
-rw-r--r-- | www/p5-HTML-Entities-Interpolate/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-HTML-Entities-Interpolate/DESCR b/www/p5-HTML-Entities-Interpolate/DESCR new file mode 100644 index 00000000000..0f457fe7c10 --- /dev/null +++ b/www/p5-HTML-Entities-Interpolate/DESCR @@ -0,0 +1 @@ +Call HTML::Entities::encode_entities, via a hash, within a string. diff --git a/www/p5-HTML-Entities-Interpolate/Makefile b/www/p5-HTML-Entities-Interpolate/Makefile new file mode 100644 index 00000000000..720d8298bbe --- /dev/null +++ b/www/p5-HTML-Entities-Interpolate/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/08 11:28:25 fhajny Exp $ +# + +DISTNAME= HTML-Entities-Interpolate-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} +EXTRACT_SUFX= .tgz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-Entities-Interpolate/ +COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +BUILD_DEPENDS+= p5-Test-Simple>=0:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod +BUILD_DEPENDS+= p5-Module-Build>=0.38000:../../devel/p5-Module-Build +DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser +DEPENDS+= p5-Tie-Function>=0:../../devel/p5-Tie-Function + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/HTML/Entities/Interpolate/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Entities-Interpolate/distinfo b/www/p5-HTML-Entities-Interpolate/distinfo new file mode 100644 index 00000000000..9e32944dc3d --- /dev/null +++ b/www/p5-HTML-Entities-Interpolate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/08 11:28:25 fhajny Exp $ + +SHA1 (HTML-Entities-Interpolate-1.04.tgz) = 8d51bfc6c6bb4ec02b18de1d3e0b7026d7296659 +RMD160 (HTML-Entities-Interpolate-1.04.tgz) = fc48623206eb7c3505f1f90a9c2b9a1b75eef49d +Size (HTML-Entities-Interpolate-1.04.tgz) = 3786 bytes |