pkgsrc/net/p5-Net-eBay/Makefile
sno 0bb674fee4 Updating net/p5-Net-eBay from 0.50nb1 to 0.54
pkgsrc changes:
- Add license definition
- Adjust dependencies

Upstream changes:
0.54    Refined listing script to reflect a "no foreign sales" policy.
0.53    Added support for return policy in my sample listing script
0.52    Patch by Michael Hendrix to make eBay client retry up to 2
        times (configurable) in case of connection errors.
0.51    Added a missing dependency.
2010-03-09 22:00:49 +00:00

33 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2010/03/09 22:00:49 sno Exp $
DISTNAME= Net-eBay-0.54
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
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-DateTime-Precise-[0-9]*:../../time/p5-DateTime-Precise
DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
DEPENDS+= p5-HTML-PrettyPrinter-[0-9]*:../../www/p5-HTML-PrettyPrinter
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
DEPENDS+= p5-Text-Format-[0-9]*:../../textproc/p5-Text-Format
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
REPLACE_PERL+= *.pl
PERL5_PACKLIST= auto/Net/eBay/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"