pkgsrc/net/p5-RPC-XML/Makefile
heinz c52578ac93 Initial import of p5-RPC-XML 0.59.
The package was originally created by Roman Kulik in pkgsrc-wip. Very
small changes by me.


The RPC::XML package is an implementation of XML-RPC. The module
provides classes for sample client and server implementations, a
server designed as an Apache location-handler, and a suite of
data-manipulation classes that are used by them.
2007-05-06 13:25:12 +00:00

24 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/05/06 13:25:12 heinz Exp $
DISTNAME= RPC-XML-0.59
PKGNAME= p5-${DISTNAME}
CATEGORIES= net www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.blackperl.com/RPC::XML/
COMMENT= XML-RPC client and server library for Perl
DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
DEPENDS+= p5-PathTools>=0.8:../../devel/p5-PathTools
DEPENDS+= p5-libwww>=5.801:../../www/p5-libwww
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/RPC/XML/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"