summaryrefslogtreecommitdiff
path: root/math/p5-Math-MatrixReal
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 06:49:36 +0000
committerjlam <jlam>2001-11-26 06:49:36 +0000
commitae78e3c0497630c2e2ae971140d131df1f49e3bd (patch)
treeadb2df37f293a2d032459855304d52364a29788d /math/p5-Math-MatrixReal
parentdd8b34ee163899b6ef1c913a0b50c66a0ca0f04d (diff)
downloadpkgsrc-ae78e3c0497630c2e2ae971140d131df1f49e3bd.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-MatrixReal')
-rw-r--r--math/p5-Math-MatrixReal/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile
index cf160eaf099..94ade4d0785 100644
--- a/math/p5-Math-MatrixReal/Makefile
+++ b/math/p5-Math-MatrixReal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:28 veego Exp $
+# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:06 jlam Exp $
DISTNAME= Math-MatrixReal-1.3a5
PKGNAME= p5-${DISTNAME}
@@ -9,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl module for performing operations on real matrices
-USE_PERL5= #defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/MatrixReal/.packlist
+USE_BUILDLINK_ONLY= 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 "../../mk/bsd.pkg.mk"
-