mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
73f7c91b5d
(Part 1)
44 lines
1.0 KiB
Makefile
44 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.53
|
|
PORTREVISION= 1
|
|
CATEGORIES= net www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= RPC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dom@happygiraffe.net
|
|
COMMENT= XML-RPC client and server library for Perl
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= make_method.1
|
|
MAN3= Apache::RPC::Server.3 \
|
|
Apache::RPC::Status.3 \
|
|
RPC::XML.3 \
|
|
RPC::XML::Client.3 \
|
|
RPC::XML::Function.3 \
|
|
RPC::XML::Method.3 \
|
|
RPC::XML::Parser.3 \
|
|
RPC::XML::Procedure.3 \
|
|
RPC::XML::Server.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
|
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
|
.endif # ${PERL_LEVEL} < 500601
|
|
|
|
.include <bsd.port.post.mk>
|