mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
f8fa0bc49d
Approved by: portmgr (blanket infrastructure)
26 lines
674 B
Makefile
26 lines
674 B
Makefile
# Created by: gugu
|
|
# $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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|