diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-31 09:51:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-31 09:51:25 +0000 |
commit | 7c17a045702f62ea3c4ae0d4e2dd79a2d76f2293 (patch) | |
tree | 2ef28fb56484a119d4c41c9a2decb7fc5f179e7a /finance | |
parent | c48f9fca2903516d97794c3a4aba89d2ccdd75a7 (diff) | |
download | pkgsrc-7c17a045702f62ea3c4ae0d4e2dd79a2d76f2293.tar.gz |
Add missing dependencies.
Bump PKGREVISION.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 96003896752..cbecf4c93d3 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2014/09/06 12:45:14 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/10/31 09:51:25 wiz Exp $ DISTNAME= Finance-Quote-1.35 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} @@ -13,6 +14,8 @@ LICENSE= gnu-gpl-v2 # or later 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 +DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON +DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI REPLACE_PERL= lib/Finance/Quote.pm REPLACE_PERL+= lib/Finance/Quote/*.pm |