aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-TableTiler/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-10-21 07:11:59 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-10-21 07:11:59 +0000
commit774e17da01fda2aa91b371ab81b6b7bc9682296a (patch)
tree4a3386be631ae1da8c2a5d2589b20a5a7fb939bd /www/p5-HTML-TableTiler/Makefile
parenta92904ef92c2ed3641c3d19d18c04fab82a9ea31 (diff)
Notes
Diffstat (limited to 'www/p5-HTML-TableTiler/Makefile')
-rw-r--r--www/p5-HTML-TableTiler/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-HTML-TableTiler/Makefile b/www/p5-HTML-TableTiler/Makefile
new file mode 100644
index 000000000000..3ff8d4072ee9
--- /dev/null
+++ b/www/p5-HTML-TableTiler/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: www/p5-HTML-TableTiler
+# Date created: October 18th 2003
+# Whom: Cheng-Lung Sung <clsung@dragon2.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-TableTiler
+PORTVERSION= 1.05
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@dragon2.net
+COMMENT= A Module generate a HTML table from bidimensional array data
+
+PERL_CONFIGURE= YES
+
+MAN3= HTML::TableTiler.3
+
+.include <bsd.port.mk>