diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-25 01:00:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-25 01:00:11 +0800 |
commit | 4d76a558dc4058998af0ee1d6f6416a00d9902c9 (patch) | |
tree | 58b2bd312238704962c33d6937460520de893376 /www/p5-WebService-Simple | |
parent | 7ceade21f4e4c6dd3c91dc20d0a27a9d1c153c35 (diff) | |
download | freebsd-ports-gnome-4d76a558dc4058998af0ee1d6f6416a00d9902c9.tar.gz freebsd-ports-gnome-4d76a558dc4058998af0ee1d6f6416a00d9902c9.tar.zst freebsd-ports-gnome-4d76a558dc4058998af0ee1d6f6416a00d9902c9.zip |
- 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)
Diffstat (limited to 'www/p5-WebService-Simple')
-rw-r--r-- | www/p5-WebService-Simple/Makefile | 10 | ||||
-rw-r--r-- | www/p5-WebService-Simple/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www/p5-WebService-Simple/Makefile b/www/p5-WebService-Simple/Makefile index d6340056fb0d..6270de6294af 100644 --- a/www/p5-WebService-Simple/Makefile +++ b/www/p5-WebService-Simple/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WebService-Simple -PORTVERSION= 0.21 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,15 @@ 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 \ @@ -24,7 +28,7 @@ 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 +USE_PERL5= modbuildtiny USES= perl5 .include <bsd.port.mk> diff --git a/www/p5-WebService-Simple/distinfo b/www/p5-WebService-Simple/distinfo index f4790dc5b293..7bc42eba1db0 100644 --- a/www/p5-WebService-Simple/distinfo +++ b/www/p5-WebService-Simple/distinfo @@ -1,2 +1,2 @@ -SHA256 (WebService-Simple-0.21.tar.gz) = 982b39ec10afcb82633c54d6a305676ee7644070da5609c9dd6525743a192a18 -SIZE (WebService-Simple-0.21.tar.gz) = 32795 +SHA256 (WebService-Simple-0.24.tar.gz) = 3618d54be03e225ca4ef53e7db13c5832db0e92f3563d6a1a03237fe7ca32b8b +SIZE (WebService-Simple-0.24.tar.gz) = 18335 |