0b2cd85810
XML-RPC client and server library for Perl PR: 30368 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
32 lines
862 B
Makefile
32 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>
|