summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-ShowTable/Makefile')
-rw-r--r--devel/p5-Data-ShowTable/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
new file mode 100644
index 000000000000..653c5ddaef55
--- /dev/null
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Data-ShowTable
+# Version required: 3.3
+# Date created: September 10th 1997
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= Data-ShowTable-3.3
+PKGNAME= p5-Data-ShowTable-3.3
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Data
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+USE_PERL5= YES
+
+MAN1= showtable.1
+MAN3= Data::ShowTable.3
+MAN3PREFIX= ${PREFIX}/lib/perl5
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include <bsd.port.mk>