diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-10 12:31:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-10 12:31:09 +0000 |
commit | 0ff6bed6fad50f3aad7e7a1501d986caf4dae042 (patch) | |
tree | 23ba5e8b3a946a8dc069d57e06fb8d76164a4e13 /textproc/p5-HTML-Entities-Interpolate | |
parent | 032065463d8fc9b622fc2f0e1da9922f8bab8c8a (diff) |
Notes
Diffstat (limited to 'textproc/p5-HTML-Entities-Interpolate')
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile new file mode 100644 index 000000000000..5bf3f0f371ed --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-HTML-Entities-Interpolate +# Date created: 2011-08-04 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= HTML-Entities-Interpolate +PORTVERSION= 1.04 +CATEGORIES= textproc www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string + +RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Tie-Function>=0:${PORTSDIR}/devel/p5-Tie-Function +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod + +PERL_CONFIGURE= yes + +MAN3= HTML::Entities::Interpolate.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-HTML-Entities-Interpolate/distinfo b/textproc/p5-HTML-Entities-Interpolate/distinfo new file mode 100644 index 000000000000..9a39f70fb4a0 --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/distinfo @@ -0,0 +1,2 @@ +SHA256 (HTML-Entities-Interpolate-1.04.tgz) = efc22c4aa1fbe26112a53e4e637c7632b48ea429f2648cdb3207fc003e7540f9 +SIZE (HTML-Entities-Interpolate-1.04.tgz) = 3786 diff --git a/textproc/p5-HTML-Entities-Interpolate/pkg-descr b/textproc/p5-HTML-Entities-Interpolate/pkg-descr new file mode 100644 index 000000000000..c13d08e686b3 --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/pkg-descr @@ -0,0 +1,4 @@ +HTML::Entities::Interpolate is a pure Perl module to call +HTML::Entities::encode_entities, via a hash, within a string. + +WWW: http://search.cpan.org/dist/HTML-Entities-Interpolate/ diff --git a/textproc/p5-HTML-Entities-Interpolate/pkg-plist b/textproc/p5-HTML-Entities-Interpolate/pkg-plist new file mode 100644 index 000000000000..375fb44bc001 --- /dev/null +++ b/textproc/p5-HTML-Entities-Interpolate/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTML/Entities/Interpolate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities/Interpolate/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities/Interpolate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Entities +@dirrmtry %%SITE_PERL%%/HTML/Entities |