f0898a3a6c
- While I'm here, sort *_DEPENDS and use TEST_DEPENDS Changes: http://search.cpan.org/dist/XML-RPC-Fast/Changes PR: ports/164522 Submitted by: Oleg A. Mamontov <oleg@mamontov.net> Approved by: Mons Anderson <mons@cpan.org> (maintainer)
38 lines
974 B
Makefile
38 lines
974 B
Makefile
# New ports collection makefile for: XML-RPC-Fast
|
|
# Whom: gugu
|
|
# Date created: 08 December 2009
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-RPC-Fast
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
COMMENT= Fast and modular implementation for an XML-RPC client and server
|
|
|
|
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
|
p5-WWW-Curl>=0:${PORTSDIR}/www/p5-WWW-Curl \
|
|
p5-XML-Hash-LX>=0.05:${PORTSDIR}/textproc/p5-XML-Hash-LX \
|
|
p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::RPC::Enc.3 \
|
|
XML::RPC::Enc::LibXML.3 \
|
|
XML::RPC::Fast.3 \
|
|
XML::RPC::README.3 \
|
|
XML::RPC::UA.3 \
|
|
XML::RPC::UA::AnyEvent.3 \
|
|
XML::RPC::UA::AnyEventSync.3 \
|
|
XML::RPC::UA::Curl.3 \
|
|
XML::RPC::UA::LWP.3
|
|
|
|
.include <bsd.port.mk>
|