to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
30 lines
845 B
Makefile
30 lines
845 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/08/21 16:34:52 seb Exp $
|
|
|
|
DISTNAME= Finance-Quote-1.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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
|
|
|
|
REPLACE_PERL= lib/Finance/Quote.pm
|
|
REPLACE_PERL+= lib/Finance/Quote/*.pm
|
|
REPLACE_PERL+= lib/Finance/Quote/Yahoo/*.pm
|
|
|
|
CONFLICTS= p5-finance-quote-[0-9]*
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Finance/Quote/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|