aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-FixedLength/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 05:28:40 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 05:28:40 +0000
commit6ea82667847f35517b3ddb0ddafd0b08d9b4b26b (patch)
tree65da7fd33411585b7f08b9002fc65d235ee2c31c /textproc/p5-Text-FixedLength/Makefile
parentc7b9d6e00b80e46f957feddb4b064cb570300e6a (diff)
downloadports-6ea82667847f35517b3ddb0ddafd0b08d9b4b26b.tar.gz
ports-6ea82667847f35517b3ddb0ddafd0b08d9b4b26b.zip
Add p5-Text-FixedLength 0.12, a perl module to parse and create fixed
length field records. PR: 23933 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=36500
Diffstat (limited to 'textproc/p5-Text-FixedLength/Makefile')
-rw-r--r--textproc/p5-Text-FixedLength/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-FixedLength/Makefile b/textproc/p5-Text-FixedLength/Makefile
new file mode 100644
index 000000000000..77448f8373b7
--- /dev/null
+++ b/textproc/p5-Text-FixedLength/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/p5-Text-FixedLength
+# Date created: 29 December 2000
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-FixedLength
+PORTVERSION= 0.12
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN3= Text::FixedLength.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>