freebsd-ports/www/p5-WebService-Simple/Makefile
Andrej Zverev f546c1d1de - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:05:56 +00:00

29 lines
998 B
Makefile

# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= WebService-Simple
PORTVERSION= 0.21
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-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-URI>=1.36:${PORTSDIR}/net/p5-URI \
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-XML-Feed>=0:${PORTSDIR}/textproc/p5-XML-Feed \
p5-XML-Parser-Lite-Tree>=0:${PORTSDIR}/textproc/p5-XML-Parser-Lite-Tree
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>