diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
commit | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /finance | |
parent | e69ab8c36548981938b2660bd19e390b45d3e84f (diff) | |
download | pkgsrc-ee90b572a694e53c91c3f84b3e56b5f1ce169ae5.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-finance-quote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/p5-finance-quote/Makefile b/finance/p5-finance-quote/Makefile index e590d34ca38..9e3052e8a8a 100644 --- a/finance/p5-finance-quote/Makefile +++ b/finance/p5-finance-quote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/10/27 20:48:59 seb Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 16:46:27 martti Exp $ DISTNAME= Finance-Quote-1.06 PKGNAME= p5-finance-quote-1.06 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://finance-quote.sourceforge.net/ -COMMENT= perl module to get stock quotes from Yahoo +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 |