a83587ab93
Pkgsrc changes: o Adjust dependencies to match the package's Makefile.PL Upstream changes: 0.50 Patches by Michael Hendrick to enable compression and use of 'warn' instead of print STDERR. 0.49 Patches by Michael Hendrick and Tim Keefer. 0.48 Changes ebay-search.pl to add --currency and --country 0.47 Added more Scripts 0.46 Fixed POD coverage; changed some scripts in a minor way 0.45 Updated listing script to submit picture URL. 0.44 Added dependency on DateTime::Precise 0.43 Changed stuff for new way of specifying pictures when listing items 0.42 Added _last_text variable to have the last original XML response value
30 lines
1 KiB
Makefile
30 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2008/08/17 14:49:36 he Exp $
|
|
|
|
DISTNAME= Net-eBay-0.50
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|