aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Array-PrintCols/Makefile
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1997-09-14 10:55:26 +0800
committerjfitz <jfitz@FreeBSD.org>1997-09-14 10:55:26 +0800
commita25b3b6d7f5feee1b33c6b57f2a0e904ddfe5cc0 (patch)
tree9c30dff54d3b94887b02a1405e15bc6939b21a72 /misc/p5-Array-PrintCols/Makefile
parent67bc08ef2a4c85c5a2994de10ee732e8d6c58b75 (diff)
downloadfreebsd-ports-graphics-a25b3b6d7f5feee1b33c6b57f2a0e904ddfe5cc0.tar.gz
freebsd-ports-graphics-a25b3b6d7f5feee1b33c6b57f2a0e904ddfe5cc0.tar.zst
freebsd-ports-graphics-a25b3b6d7f5feee1b33c6b57f2a0e904ddfe5cc0.zip
Mass upgrade of CPAN ports:
p5-Apache -> 1.00b2 p5-Array-PrintCols -> 2.0 p5-C-Scan -> 0.4 p5-DBD-Pg -> 0.62 p5-Data-Flow -> 0.05 p5-Devel-Peek -> 0.83 p5-HTML-Stream -> 1.40 p5-HTTPD-Tools -> 0.55 p5-Image-Size -> 2.4 p5-IniConf -> 0.92 p5-Msql -> 1.1809 p5-Mysql -> 1.1809 p5-PGP -> 0.3a p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12
Diffstat (limited to 'misc/p5-Array-PrintCols/Makefile')
-rw-r--r--misc/p5-Array-PrintCols/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index 63d9652d5fd..1ec97583ca7 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: p5-Array-PrintCols
-# Version required: 1.2
+# Version required: 2.0
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/05/24 13:17:11 jfitz Exp $
+# $Id: Makefile,v 1.8 1997/06/24 18:43:04 jfitz Exp $
#
-DISTNAME= Array-PrintCols-1.2
-PKGNAME= p5-Array-PrintCols-1.2
+DISTNAME= Array-PrintCols-2.0
+PKGNAME= p5-Array-PrintCols-2.0
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
@@ -16,9 +16,10 @@ MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
-NO_BUILD= YES
-WRKSRC= ${WRKDIR}/Array-PrintCols
-MAN3= Array::PrintCols.3p
+MAN3= Array::PrintCols.3
MANPREFIX= ${PREFIX}/lib/perl5
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
.include <bsd.port.mk>