diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-28 11:12:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-28 11:12:15 +0000 |
commit | 9cca12ef65df403791655a772fface88a541605e (patch) | |
tree | a0a50b12d6317bdc097d37bdbb4700a1654a61b5 /net/p5-eBay-API/Makefile | |
parent | d8e6f3dc7b2a609e5f6dd7ecb26e1d2b0eec179b (diff) | |
download | pkgsrc-9cca12ef65df403791655a772fface88a541605e.tar.gz |
Remove p5-eBay-API.
Does not build.
Latest upstream version is from 2008.
Bug reports indicate that details of the API have changed in the meantime.
Diffstat (limited to 'net/p5-eBay-API/Makefile')
-rw-r--r-- | net/p5-eBay-API/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net/p5-eBay-API/Makefile b/net/p5-eBay-API/Makefile deleted file mode 100644 index 1a2a6b554ce..00000000000 --- a/net/p5-eBay-API/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $NetBSD: Makefile,v 1.15 2015/07/12 18:56:26 wiz Exp $ - -DISTNAME= eBay-API-0.25 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 10 -CATEGORIES= net perl5 www -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TK/TKEEFER/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/eBay-API/ -COMMENT= Non SOAP based XML schema library for eBay API - -#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.41 -DEPENDS+= p5-Crypt-SSLeay>=0.51:../../security/p5-Crypt-SSLeay -DEPENDS+= p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace -DEPENDS+= p5-Error>=0.15:../../devel/p5-Error -DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class -DEPENDS+= p5-libwww>=2:../../www/p5-libwww -DEPENDS+= p5-ParallelUserAgent>=2.57:../../www/p5-ParallelUserAgent -DEPENDS+= p5-Params-Validate>=0.74:../../devel/p5-Params-Validate -#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.11}:../../devel/p5-Scalar-List-Utils -#DEPENDS+= {perl>=5.10,p5-Time-HiRes>=1.51}:../../time/p5-Time-HiRes -DEPENDS+= p5-XML-Simple>=2.09:../../textproc/p5-XML-Simple -DEPENDS+= p5-XML-Tidy>=1.2.54:../../textproc/p5-XML-Tidy -DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer - -USE_TOOLS+= gmake -REPLACE_PERL+= */*/*.pl */*/*/*/*/*.pl */*/*/*/*/*/*.pl */*/*/*/*/*/*/*.pl -REPLACE_PERL+= */*.t */*/*/*/*/*.t */*/*/*/*/*/*.t -REPLACE_PERL+= */*/*/*.pm */*/*/*/*.pm */*/*/*/*/*.pm */*/*/*/*/*/*.pm -REPLACE_PERL+= */*/*/*/*/*/*/*.pm - -PERL5_PACKLIST= auto/eBay/API/.packlist - -pre-configure: - ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" |