summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/p5-Array-PrintCols/Makefile')
-rw-r--r--misc/p5-Array-PrintCols/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
new file mode 100644
index 00000000000..b3625bee4e8
--- /dev/null
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Array-PrintCols
+# Version required: 1.2
+# Date created: October 17th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:39 hubertf Exp $
+#
+
+DISTNAME= Array-PrintCols-1.2
+PKGNAME= p5-Array-PrintCols-1.2
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Array
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+USE_PERL5= YES
+
+NO_BUILD= YES
+WRKSRC= ${WRKDIR}/Array-PrintCols
+MAN3= Array::PrintCols.3p
+MANPREFIX= ${PREFIX}/lib/perl5
+
+.include <bsd.port.mk>