2008-05-24 19:14:01 +02:00
|
|
|
# New ports collection makefile for: p5-WebService-Simple
|
|
|
|
# Date created: 2008-05-19
|
|
|
|
# Whom: Masahiro Teramoto <markun@onohara.to>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WebService-Simple
|
2011-03-13 20:47:34 +01:00
|
|
|
PORTVERSION= 0.18
|
2008-05-24 19:14:01 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
|
|
COMMENT= Simple Interface To Web Services APIs
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
|
|
p5-Class-Data-ConfigHash>=0:${PORTSDIR}/devel/p5-Class-Data-ConfigHash \
|
|
|
|
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
|
|
|
|
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
|
|
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
|
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-05-24 19:14:01 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= WebService::Simple::Response.3 \
|
|
|
|
WebService::Simple::Parser.3 \
|
|
|
|
WebService::Simple::Parser::XML::Lite.3 \
|
|
|
|
WebService::Simple::Parser::XML::LibXML.3 \
|
|
|
|
WebService::Simple::Parser::XML::Simple.3 \
|
2009-03-12 17:48:23 +01:00
|
|
|
WebService::Simple::Parser::XML::Feed.3 \
|
2008-05-24 19:14:01 +02:00
|
|
|
WebService::Simple.3 \
|
|
|
|
WebService::Simple::Parser::JSON.3
|
|
|
|
|
2012-04-11 22:32:41 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|