mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.8
- 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)
This commit is contained in:
parent
be8fd3e1f9
commit
f0898a3a6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291044
2 changed files with 12 additions and 8 deletions
|
@ -1,11 +1,12 @@
|
||||||
# New ports collection makefile for: XML-RPC-Fast
|
# New ports collection makefile for: XML-RPC-Fast
|
||||||
# Whom: gugu
|
# Whom: gugu
|
||||||
# Date created: 08 December 2009
|
# Date created: 08 December 2009
|
||||||
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# Generated with App::Pm2Port . Do not edit directly, please
|
#
|
||||||
|
|
||||||
PORTNAME= XML-RPC-Fast
|
PORTNAME= XML-RPC-Fast
|
||||||
PORTVERSION= 0.7
|
PORTVERSION= 0.8
|
||||||
CATEGORIES= net perl5
|
CATEGORIES= net perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -13,14 +14,17 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= mons@cpan.org
|
MAINTAINER= mons@cpan.org
|
||||||
COMMENT= Fast and modular implementation for an XML-RPC client and server
|
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 \
|
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||||
p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
||||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
||||||
p5-WWW-Curl>=0:${PORTSDIR}/www/p5-WWW-Curl \
|
p5-WWW-Curl>=0:${PORTSDIR}/www/p5-WWW-Curl \
|
||||||
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
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}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= XML::RPC::Enc.3 \
|
MAN3= XML::RPC::Enc.3 \
|
||||||
XML::RPC::Enc::LibXML.3 \
|
XML::RPC::Enc::LibXML.3 \
|
||||||
XML::RPC::Fast.3 \
|
XML::RPC::Fast.3 \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (XML-RPC-Fast-0.7.tar.gz) = 7134debc19a130595ff77df6687df980b109287d0536d7591314bad7f87ed126
|
SHA256 (XML-RPC-Fast-0.8.tar.gz) = 8913b7da28080f450116510e383b1a8b912954f449b7b8290968d3fc56d4a6c4
|
||||||
SIZE (XML-RPC-Fast-0.7.tar.gz) = 42358
|
SIZE (XML-RPC-Fast-0.8.tar.gz) = 43608
|
||||||
|
|
Loading…
Add table
Reference in a new issue