diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
commit | dd82c3374a510a82280213f437ea3bd18955650b (patch) | |
tree | e32380c322653638bde9cefabdacf4fe1f2f5987 /math/p5-Math-Interpolate | |
parent | 925ada68c81619eaf4e37a26da479ef5d3414a89 (diff) | |
download | pkgsrc-dd82c3374a510a82280213f437ea3bd18955650b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/p5-Math-Interpolate')
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index 02009db25d1..31f68ffaa2d 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:47:56 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/27 21:26:08 snj Exp $ DISTNAME= Math-Interpolate-1.05 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for interpolating data -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Interpolate/.packlist .include "../../lang/perl5/module.mk" |