aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Macro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-Macro/Makefile')
-rw-r--r--www/p5-HTML-Macro/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-HTML-Macro/Makefile b/www/p5-HTML-Macro/Makefile
new file mode 100644
index 000000000000..518ef326e73c
--- /dev/null
+++ b/www/p5-HTML-Macro/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-HTML-Macro
+# Date created: January 27th, 2008
+# Whom: Groovis <groovis@groovis.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Macro
+PORTVERSION= 1.27
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= groovis@groovis.net
+COMMENT= Process HTML templates with loops, conditionals, macros and more
+
+PERL_CONFIGURE= YES
+
+MAN3= HTML::Macro.3 HTML::Macro::Loop.3
+
+.include <bsd.port.mk>