summaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Quote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/p5-Finance-Quote/Makefile')
-rw-r--r--finance/p5-Finance-Quote/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
new file mode 100644
index 00000000000..a5d16af0fbd
--- /dev/null
+++ b/finance/p5-Finance-Quote/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/19 23:31:55 wiz Exp $
+
+DISTNAME= Finance-Quote-1.08
+PKGNAME= p5-${DISTNAME}
+PKGREVISION= 3
+CATEGORIES= finance perl5
+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
+
+DEPENDS+= p5-HTML-TableExtract-1.*:../../www/p5-HTML-TableExtract
+DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
+
+PERL5_PACKLIST= auto/Finance/Quote/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"