diff options
author | seb <seb@pkgsrc.org> | 2002-10-28 00:05:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-28 00:05:42 +0000 |
commit | 5ae097cecf72dacd7df67b8f0199be0524b29f54 (patch) | |
tree | 10c05ba898dcf5e0afb20b47c09ee966b764778d /math/p5-Math-MatrixReal | |
parent | 5a64226ac03fbcedbe8448a3a51a0e0e943adcaa (diff) | |
download | pkgsrc-5ae097cecf72dacd7df67b8f0199be0524b29f54.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'math/p5-Math-MatrixReal')
-rw-r--r-- | math/p5-Math-MatrixReal/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile index 94ade4d0785..daf9c375efd 100644 --- a/math/p5-Math-MatrixReal/Makefile +++ b/math/p5-Math-MatrixReal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:06 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/28 00:05:42 seb Exp $ DISTNAME= Math-MatrixReal-1.3a5 PKGNAME= p5-${DISTNAME} @@ -9,11 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= packages@netbsd.org COMMENT= Perl module for performing operations on real matrices -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/MatrixReal/.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" |