pkgsrc/net/p5-Net-eBay/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00

31 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:32 he Exp $
DISTNAME= Net-eBay-0.50
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.net-ebay.org/
#HOMEPAGE= http://search.cpan.org/dist/Net-eBay/
COMMENT= Perl Interface to XML based eBay API
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
DEPENDS+= p5-HTML-PrettyPrinter-[0-9]*:../../www/p5-HTML-PrettyPrinter
DEPENDS+= p5-DateTime-Precise-[0-9]*:../../time/p5-DateTime-Precise
REPLACE_PERL+= *.pl
PERL5_PACKLIST= auto/Net/eBay/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"