mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
09603b4cc1
Approved by: portmgr (pav), implicit
33 lines
887 B
Makefile
33 lines
887 B
Makefile
# New ports collection makefile for: XML-RPC-Fast
|
|
# Whom: gugu
|
|
# Date created: 08 December 2009
|
|
# $FreeBSD$
|
|
# Generated with App::Pm2Port . Do not edit directly, please
|
|
|
|
PORTNAME= XML-RPC-Fast
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
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-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 \
|
|
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.3+
|
|
MAN3= XML::RPC::Enc.3 \
|
|
XML::RPC::Enc::LibXML.3 \
|
|
XML::RPC::Fast.3 \
|
|
XML::RPC::UA.3 \
|
|
XML::RPC::UA::AnyEvent.3 \
|
|
XML::RPC::UA::AnyEventSync.3 \
|
|
XML::RPC::UA::LWP.3
|
|
|
|
.include <bsd.port.mk>
|