diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-25 19:49:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-25 19:49:43 +0000 |
commit | 07da413070be9ec2bf64199da3e351e6d48fb4e1 (patch) | |
tree | 416eea4af7cb97d3f7649f6a967974dceae39921 /finance/p5-Finance-Quote | |
parent | b6ee7427ecc90eb4e9e9aa85d6f9e3d7830a12ea (diff) | |
download | pkgsrc-07da413070be9ec2bf64199da3e351e6d48fb4e1.tar.gz |
Fix p5-Crypt-SSLeay pattern; bump PKGREVISION (binary package was broken).
Diffstat (limited to 'finance/p5-Finance-Quote')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index f4314cfbb0d..f8a7b92e4f8 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/01/20 20:38:09 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/25 19:49:43 wiz Exp $ DISTNAME= Finance-Quote-1.11 +PKGREVISION= 1 PKGNAME= p5-${DISTNAME} CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} @@ -10,7 +11,7 @@ HOMEPAGE= http://finance-quote.sourceforge.net/ COMMENT= Perl module to get stock quotes from Yahoo DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract -DEPENDS+= p5-Crypt-SSLeay-[0-9]:../../security/p5-Crypt-SSLeay +DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww CONFLICTS= p5-finance-quote-[0-9]* |