aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-Tiny/Makefile
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2008-01-26 00:59:40 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2008-01-26 00:59:40 +0000
commit4c9379ddfc9753b744edd952c48a2569dec4f854 (patch)
tree1a80225d9df7475163004d7f6d6c801d6c5276f9 /textproc/p5-HTML-Tiny/Makefile
parentefec8549a68a57fc26de11047514a9691635d9d1 (diff)
downloadports-4c9379ddfc9753b744edd952c48a2569dec4f854.tar.gz
ports-4c9379ddfc9753b744edd952c48a2569dec4f854.zip
Notes
Diffstat (limited to 'textproc/p5-HTML-Tiny/Makefile')
-rw-r--r--textproc/p5-HTML-Tiny/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-HTML-Tiny/Makefile b/textproc/p5-HTML-Tiny/Makefile
new file mode 100644
index 000000000000..b8f26d9f2f20
--- /dev/null
+++ b/textproc/p5-HTML-Tiny/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-HTML-Tiny
+# Date created: 2008/01/26
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Tiny
+PORTVERSION= 1.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../by-authors/id/A/AN/ANDYA
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= Lightweight, dependency free HTML/XML generation
+
+MAN3= HTML::Tiny.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>