aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WebService-Simple/Makefile
blob: f1526039f78034e0ff75937e20b9715db6176941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    p5-WebService-Simple
# Date created:     2008-05-19
# Whom:         Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#

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>