aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Tabs+Wrap/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-03-24 14:37:47 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-03-24 14:37:47 +0000
commit4f389c03da7ed8381b9b0f77069359d1d097309a (patch)
tree064afc489426e0e2fff79b30c48dd13c62397cc1 /textproc/p5-Text-Tabs+Wrap/Makefile
parentf4ae7932b7a7b944ab955025d5eee20d37c797de (diff)
downloadports-4f389c03da7ed8381b9b0f77069359d1d097309a.tar.gz
ports-4f389c03da7ed8381b9b0f77069359d1d097309a.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Tabs+Wrap/Makefile')
-rw-r--r--textproc/p5-Text-Tabs+Wrap/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-Tabs+Wrap/Makefile b/textproc/p5-Text-Tabs+Wrap/Makefile
new file mode 100644
index 000000000000..e180decea27b
--- /dev/null
+++ b/textproc/p5-Text-Tabs+Wrap/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5- Text-Wrap
+# Date created: 4 February 2003
+# Whom: Toby Allsopp <toby@mi6.gen.nz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Tabs+Wrap
+PORTVERSION= 2001.0929
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= toby@mi6.gen.nz
+COMMENT= Line wrapping to form simple paragraphs
+
+PERL_CONFIGURE= YES
+
+MAN3= Text::Wrap.3 Text::Tabs.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>