Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.15 2013/05/31 12:41:41 wiz Exp $
# $NetBSD: Makefile,v 1.18 2014/07/31 19:53:38 schmonz Exp $
DISTNAME= RPC-XML-0.76
DISTNAME= RPC-XML-0.78
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
PKGREVISION= 1
CATEGORIES= net www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
@@ -13,16 +13,23 @@ COMMENT= XML-RPC client and server library for Perl
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.10,p5-PathTools>=0.8}:../../devel/p5-PathTools
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.2}:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
#DEPENDS+= p5-Module-Load>=0.24:../../devel/p5-Module-Load
DEPENDS+= p5-XML-LibXML>=1.85:../../textproc/p5-XML-LibXML
DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
DEPENDS+= p5-libwww>=5.834:../../www/p5-libwww
DEPENDS+= p5-DateTime>=0.70:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-ISO8601>=0.07:../../time/p5-DateTime-Format-ISO8601
DEPENDS+= p5-Compress-Raw-Zlib>=2.063:../../devel/p5-Compress-Raw-Zlib
USE_TOOLS+= gmake
USE_LANGUAGES= # empty
SUBST_CLASSES+= usebase
SUBST_STAGE.usebase= post-patch
SUBST_FILES.usebase= lib/RPC/XML.pm
SUBST_SED.usebase= -e "s|^use base 'RPC::XML::|use parent -norequire, 'RPC::XML::|g"
PERL5_PACKLIST= auto/RPC/XML/.packlist
.include "../../lang/perl5/module.mk"