summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols
diff options
context:
space:
mode:
authorseb <seb>2002-10-07 22:34:23 +0000
committerseb <seb>2002-10-07 22:34:23 +0000
commit9553ecbacd93e843607f09ca6e3d9062b4699c40 (patch)
tree2c6ca133acf36474468ebd5e2f12d4938b4aab33 /misc/p5-Array-PrintCols
parentc6342ec0c4e2d44ec1489b1095405b731337992f (diff)
downloadpkgsrc-9553ecbacd93e843607f09ca6e3d9062b4699c40.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r--misc/p5-Array-PrintCols/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index b11ba767081..f1360157922 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/11/26 06:50:07 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/10/07 22:34:24 seb Exp $
# FreeBSD Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp
#
@@ -12,11 +12,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Array-PrintCols/PrintCols.html
COMMENT= perl5 module to print arrays of elements in sorted columns
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Array/PrintCols/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"