aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Chunks
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-01 09:26:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-01 09:26:49 +0000
commit6d77c6f2fb01dce2f9fcd45894c2c3b944a2f8aa (patch)
tree7f025d5e7a2c19e56e9bbfc725ada6b301005491 /www/p5-HTML-Chunks
parentcad54c6a66d5e520cf2969dd9a22426b6f3f7149 (diff)
downloadports-6d77c6f2fb01dce2f9fcd45894c2c3b944a2f8aa.tar.gz
ports-6d77c6f2fb01dce2f9fcd45894c2c3b944a2f8aa.zip
Notes
Diffstat (limited to 'www/p5-HTML-Chunks')
-rw-r--r--www/p5-HTML-Chunks/Makefile33
-rw-r--r--www/p5-HTML-Chunks/distinfo3
-rw-r--r--www/p5-HTML-Chunks/pkg-descr4
-rw-r--r--www/p5-HTML-Chunks/pkg-plist9
4 files changed, 49 insertions, 0 deletions
diff --git a/www/p5-HTML-Chunks/Makefile b/www/p5-HTML-Chunks/Makefile
new file mode 100644
index 000000000000..1b1a5bb79876
--- /dev/null
+++ b/www/p5-HTML-Chunks/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-HTML-Chunks
+# Date created: 27 November 2005
+# Whom: Alexander Koch <fbsd@meersau.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Chunks
+PORTVERSION= 1.53
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= fbsd@meersau.de
+COMMENT= A simple nested template engine for HTML, XML and XHTML
+
+RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
+
+PERL_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+MAN3= HTML::Chunks.3 HTML::Chunks::Local.3 HTML::Chunks::Super.3 \
+ HTML::ChunksLocal.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500806
+IGNORE= needs Perl 5.8.6 or above (lang/perl5.8)
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/p5-HTML-Chunks/distinfo b/www/p5-HTML-Chunks/distinfo
new file mode 100644
index 000000000000..4898c81e948c
--- /dev/null
+++ b/www/p5-HTML-Chunks/distinfo
@@ -0,0 +1,3 @@
+MD5 (HTML-Chunks-1.53.tar.gz) = 2504a5e89b52e81c9504fd78484c5e18
+SHA256 (HTML-Chunks-1.53.tar.gz) = e0d431eede9c14d7df804d89005923df3c682fb16190ae85d27ed1d876ac9eff
+SIZE (HTML-Chunks-1.53.tar.gz) = 10570
diff --git a/www/p5-HTML-Chunks/pkg-descr b/www/p5-HTML-Chunks/pkg-descr
new file mode 100644
index 000000000000..be7e8a84ea46
--- /dev/null
+++ b/www/p5-HTML-Chunks/pkg-descr
@@ -0,0 +1,4 @@
+HTML::Chunks is a Perl module which provides a simple template system for HTML,
+XML and XHTML.
+
+WWW: http://search.cpan.org/dist/HTML-Chunks/
diff --git a/www/p5-HTML-Chunks/pkg-plist b/www/p5-HTML-Chunks/pkg-plist
new file mode 100644
index 000000000000..3652b5ea1f91
--- /dev/null
+++ b/www/p5-HTML-Chunks/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/HTML/Chunks.pm
+%%SITE_PERL%%/HTML/Chunks/Local.pm
+%%SITE_PERL%%/HTML/Chunks/Super.pm
+%%SITE_PERL%%/HTML/ChunksLocal.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Chunks/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Chunks
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
+@dirrm %%SITE_PERL%%/HTML/Chunks
+@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true