freebsd-ports/www/p5-WebService-Simple/Makefile
Sunpoet Po-Chuan Hsieh afa38c95ad - Update to 0.24
- Add LICENSE

Changes:	http://search.cpan.org/dist/WebService-Simple/Changes
PR:		197788
Submitted by:	sunpoet (myself)
Approved by:	Masahiro Teramoto <markun@onohara.to> (maintainer)
2015-02-24 17:00:11 +00:00

34 lines
1.1 KiB
Makefile

# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= WebService-Simple
PORTVERSION= 0.24
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Simple Interface To Web Services APIs
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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-Hash-MultiValue>=0:${PORTSDIR}/devel/p5-Hash-MultiValue \
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
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= modbuildtiny
USES= perl5
.include <bsd.port.mk>