diff options
Diffstat (limited to 'misc/p5-Array-PrintCols/Makefile')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 63d9652d5fd6..1ec97583ca73 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> |