aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-Entities-Interpolate/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-10 12:31:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-10 12:31:09 +0000
commit0ff6bed6fad50f3aad7e7a1501d986caf4dae042 (patch)
tree23ba5e8b3a946a8dc069d57e06fb8d76164a4e13 /textproc/p5-HTML-Entities-Interpolate/Makefile
parent032065463d8fc9b622fc2f0e1da9922f8bab8c8a (diff)
downloadports-0ff6bed6fad50f3aad7e7a1501d986caf4dae042.tar.gz
ports-0ff6bed6fad50f3aad7e7a1501d986caf4dae042.zip
- Add p5-HTML-Entities-Interpolate 1.04
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/
Notes
Notes: svn path=/head/; revision=279411
Diffstat (limited to 'textproc/p5-HTML-Entities-Interpolate/Makefile')
-rw-r--r--textproc/p5-HTML-Entities-Interpolate/Makefile26
1 files changed, 26 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>