diff options
author | heinz <heinz> | 2008-01-05 22:41:27 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-05 22:41:27 +0000 |
commit | d2ba130117d0259c2ab6fe927fccca54c0201b0a (patch) | |
tree | d9d321a668d9257024bda38adc62308b03e58611 /finance | |
parent | 2f3a8d0063dcf90843046f9966d09c221cde4380 (diff) | |
download | pkgsrc-d2ba130117d0259c2ab6fe927fccca54c0201b0a.tar.gz |
The package supports installation to DESTDIR.
No compiler necessary.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 01abe9c2e2e..dbb65e3491c 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/01/15 22:41:09 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/01/05 22:48:29 heinz Exp $ DISTNAME= Finance-Quote-1.13 PKGNAME= p5-${DISTNAME} @@ -9,12 +9,16 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://finance-quote.sourceforge.net/ COMMENT= Perl module to get stock quotes from Yahoo +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww CONFLICTS= p5-finance-quote-[0-9]* +USE_LANGUAGES= # empty + PERL5_PACKLIST= auto/Finance/Quote/.packlist .include "../../lang/perl5/module.mk" |