freebsd-ports/net/p5-RPC-XML/Makefile
Ying-Chieh Liao 0b2cd85810 add p5-RPC-XML
XML-RPC client and server library for Perl

PR:		30368
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2001-10-20 13:28:22 +00:00

31 lines
862 B
Makefile

# New ports collection makefile for: p5-XML-RPC
# Date created: 6 Sep 2001
# Whom: Dominic Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= RPC-XML
PORTVERSION= 0.27
CATEGORIES= net www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= RPC
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
USE_GMAKE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Apache::RPC::Server.3 \
RPC::XML.3 \
RPC::XML::Client.3 \
RPC::XML::Parser.3
.include <bsd.port.mk>