aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ASCIITable/Makefile
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-04-20 12:10:41 +0000
committerLars Thegler <lth@FreeBSD.org>2005-04-20 12:10:41 +0000
commitb036e51828ff6bfa2caedfd3d661717e492ed794 (patch)
tree8846930e93bee38d3129c117dfb9a1c15fad8c70 /textproc/p5-Text-ASCIITable/Makefile
parent23f2048aab7b4708a4a1b5af864b2959ba778976 (diff)
downloadports-b036e51828ff6bfa2caedfd3d661717e492ed794.tar.gz
ports-b036e51828ff6bfa2caedfd3d661717e492ed794.zip
Notes
Diffstat (limited to 'textproc/p5-Text-ASCIITable/Makefile')
-rw-r--r--textproc/p5-Text-ASCIITable/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile
new file mode 100644
index 000000000000..bee0aca72dc7
--- /dev/null
+++ b/textproc/p5-Text-ASCIITable/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5-Text-ASCIITable
+# Date created: 20 April 2005
+# Whom: Lars Thegler <lth@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-ASCIITable
+PORTVERSION= 0.15
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth@FreeBSD.org
+COMMENT= Create a nice formatted table using ASCII characters
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::ASCIITable.3 \
+ Text::ASCIITable::Wrap.3
+
+.include <bsd.port.mk>