diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 06:49:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 06:49:36 +0000 |
commit | cc4128d97eccc9414734e8749acafd66857c3da4 (patch) | |
tree | adb2df37f293a2d032459855304d52364a29788d /finance | |
parent | a137e40e1317433623228a945894303669603833 (diff) | |
download | pkgsrc-cc4128d97eccc9414734e8749acafd66857c3da4.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 'finance')
-rw-r--r-- | finance/p5-finance-quote/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/finance/p5-finance-quote/Makefile b/finance/p5-finance-quote/Makefile index 80495665854..63fb6bc3516 100644 --- a/finance/p5-finance-quote/Makefile +++ b/finance/p5-finance-quote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/30 13:23:03 damon Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/26 06:49:57 jlam Exp $ DISTNAME= Finance-Quote-1.06 PKGNAME= p5-finance-quote-1.06 @@ -12,10 +12,11 @@ COMMENT= perl module to get stock quotes from Yahoo DEPENDS+= p5-HTML-TableExtract-1.*:../../www/p5-HTML-TableExtract DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww -USE_PERL5= # defined -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Finance/Quote/.packlist +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Finance/Quote/.packlist do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |