summaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInteger
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-10-07 22:34:23 +0000
committerseb <seb@pkgsrc.org>2002-10-07 22:34:23 +0000
commitcf0b1c7919b0bac09a302802aecab0ff1ef63bd3 (patch)
tree2c6ca133acf36474468ebd5e2f12d4938b4aab33 /math/p5-Math-BigInteger
parenta0ea33939cc1b06593f11099db385624bd3e8469 (diff)
downloadpkgsrc-cf0b1c7919b0bac09a302802aecab0ff1ef63bd3.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'math/p5-Math-BigInteger')
-rw-r--r--math/p5-Math-BigInteger/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile
index 9ca6afb54cd..a286ecf5617 100644
--- a/math/p5-Math-BigInteger/Makefile
+++ b/math/p5-Math-BigInteger/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/07 22:34:25 seb Exp $
DISTNAME= Math-BigInteger-1.0
PKGNAME= p5-${DISTNAME}
@@ -9,11 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= packages@netbsd.org
COMMENT= Arbitrary length integer extension module for Perl
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/BigInteger/.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"