diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 02:24:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 02:24:08 +0000 |
commit | e72dda603a79d6b3d7b1f6ffb82f2f32b5f444d0 (patch) | |
tree | 271f7a88035861ef3450e5b1d57448b896710aee /misc/p5-Array-PrintCols | |
parent | 1e889eaa861f2ddacb56bdae7bf195e50a26037c (diff) | |
download | pkgsrc-e72dda603a79d6b3d7b1f6ffb82f2f32b5f444d0.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 3008f953746..7787a65d9ff 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/21 17:01:19 martti Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/27 02:24:08 snj Exp $ # FreeBSD Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp # @@ -12,7 +12,7 @@ MAINTAINER= tech-pkg@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_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Array/PrintCols/.packlist .include "../../lang/perl5/module.mk" |