7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
1,000 B
Makefile
29 lines
1,000 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/05/29 23:37:10 wiz Exp $
|
|
|
|
DISTNAME= RPC-XML-0.76
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= net www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.blackperl.com/RPC::XML/
|
|
#HOMEPAGE= http://search.cpan.org/dist/RPC-XML/
|
|
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+= 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
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/RPC/XML/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|