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/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
index a26b369ffa8..8e87fe97644 100644
--- a/finance/p5-Finance-Quote/Makefile
+++ b/finance/p5-Finance-Quote/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.14 2010/08/21 16:34:52 seb Exp $
+# $NetBSD: Makefile,v 1.15 2011/02/26 05:39:45 obache Exp $
DISTNAME= Finance-Quote-1.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
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
+LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
@@ -26,5 +27,9 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Finance/Quote/.packlist
+# for patchd file
+pre-configure:
+ ${RM} -f ${WRKSRC}/lib/Finance/Quote/VWD.pm.orig
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"