mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
06b6315ce1
README.pod is no longer manified into a README.3, as the README.pod is installed and can be read with perldoc, remove the README.3 files that may be generated. With hat: perl@ Sponsored by: Absolight
27 lines
618 B
Makefile
27 lines
618 B
Makefile
# Created by: gugu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-RPC-Fast
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 2
|
|
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:www/p5-HTTP-Message \
|
|
p5-WWW-Curl>=0:www/p5-WWW-Curl \
|
|
p5-XML-Hash-LX>=0.05:textproc/p5-XML-Hash-LX \
|
|
p5-XML-LibXML>=1.58:textproc/p5-XML-LibXML \
|
|
p5-libwww>=0:www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|