diff options
author | jlam <jlam> | 2001-11-26 06:49:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 06:49:36 +0000 |
commit | 8463366bcaca3bd6ad24cde43e57833a3dd38683 (patch) | |
tree | adb2df37f293a2d032459855304d52364a29788d /math/p5-Math-BigInteger | |
parent | a2e25155c78c36a93ac22e55b9a79883a92cf9ef (diff) | |
download | pkgsrc-8463366bcaca3bd6ad24cde43e57833a3dd38683.tar.gz |
Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
Diffstat (limited to 'math/p5-Math-BigInteger')
-rw-r--r-- | math/p5-Math-BigInteger/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile index 5e15c2173e9..9ca6afb54cd 100644 --- a/math/p5-Math-BigInteger/Makefile +++ b/math/p5-Math-BigInteger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:27 veego Exp $ +# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:06 jlam Exp $ DISTNAME= Math-BigInteger-1.0 PKGNAME= p5-${DISTNAME} @@ -9,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= packages@netbsd.org COMMENT= Arbitrary length integer extension module for Perl -USE_PERL5= #defined -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/BigInteger/.packlist +USE_BUILDLINK_ONLY= 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 "../../mk/bsd.pkg.mk" - |