head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.11.20.32.41;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.39.23;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.13.19.47.34;	author culot;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.15.21.07.29;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.12.16.48.23;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.13.06.23.59;	author jadawin;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.24.17.14.01;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WebService-Simple
# Date created:		2008-05-19
# Whom:			Masahiro Teramoto <markun@@onohara.to>
#
# $FreeBSD: head/www/p5-WebService-Simple/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WebService-Simple
PORTVERSION=	0.18
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
RUN_DEPENDS:=	${BUILD_DEPENDS}

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 \
		WebService::Simple::Parser::XML::Feed.3 \
		WebService::Simple.3 \
		WebService::Simple::Parser::JSON.3

.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>
@


1.7
log
@- Add TEST_DEPENDS

PR:		ports/166353
Approved by:	TERAMOTO Masahiro <markun@@onohara.to> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d38 7
a44 1
.include <bsd.port.mk>
@


1.5
log
@- Update to 0.18

Changes:	http://search.cpan.org/dist/WebService-Simple/Changes
PR:		ports/155535
Submitted by:	TERAMOTO Masahiro <markun AT onohara.to> (maintainer)
@
text
@d25 1
a25 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Update to 0.16

PR:		135571
Submitted by:	TERAMOTO Masahiro <markun@@onohara.to> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.16
@


1.3
log
@- Update to 0.15

PR:		132408
Submitted by:	Masahiro Teramoto <markun@@onohara.to> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.15
@


1.2
log
@- Update to 0.12

PR:		ports/124479
Submitted by:	Masahiro Teramoto <markun onohara.to>
Approved by:	mentor (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.12
d34 1
@


1.1
log
@WebService::Simple is a simple class to interact with web services.

It's basically an LWP::UserAgent that remembers recurring api URLs and
parameters, plus sugar to parse the results.

WWW:	http://search.cpan.org/dist/WebService-Simple/

PR:		ports/123818
Submitted by:	Masahiro Teramoto <markun at onohara.to>
@
text
@d9 1
a9 1
PORTVERSION=	0.11
a19 1
		p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
@

