summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template-Expr/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-12-03 01:12:56 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-12-03 01:12:56 +0000
commit9b1d1c258212d96d94eed42b205335ad57013d9b (patch)
treeef9a1a5480a3c32de431f4499d3b474775caed90 /www/p5-HTML-Template-Expr/Makefile
parentUpdate version to 2.05 (diff)
Add p5-HTML-Template-Expr 0.03,
perl module to use HTML Templates which allows expressions. PR: ports/32348 Submitted by: nork@cityfujisawa.ne.jp
Notes
Notes: svn path=/head/; revision=50916
Diffstat (limited to '')
-rw-r--r--www/p5-HTML-Template-Expr/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/p5-HTML-Template-Expr/Makefile b/www/p5-HTML-Template-Expr/Makefile
new file mode 100644
index 000000000000..bb6cd83c2802
--- /dev/null
+++ b/www/p5-HTML-Template-Expr/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-HTML-Template-Expr
+# Date Created: 2001/11/28
+# Whom: nork@cityfujisawa.ne.jp
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Template-Expr
+PORTVERSION= 0.03
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= nork@cityfujisawa.ne.jp
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
+RUN_DEPENDS= ${BUILD_DEPENDS} \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
+
+PERL_CONFIGURE= yes
+
+MAN3= HTML::Template::Expr.3
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>