mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c51f1c92df
Approved by: perl (tobez)
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
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.77
|
|
PORTREVISION= 1
|
|
CATEGORIES= net www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= XML-RPC client and server library for Perl
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww
|
|
|
|
USE_GMAKE= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= make_method.1
|
|
MAN3= Apache::RPC::Server.3 \
|
|
Apache::RPC::Status.3 \
|
|
RPC::XML.3 \
|
|
RPC::XML::Client.3 \
|
|
RPC::XML::Parser.3 \
|
|
RPC::XML::Parser::XMLLibXML.3 \
|
|
RPC::XML::Parser::XMLParser.3 \
|
|
RPC::XML::ParserFactory.3 \
|
|
RPC::XML::Procedure.3 \
|
|
RPC::XML::Server.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501200
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|