diff options
author | culot <culot@FreeBSD.org> | 2013-09-23 20:07:45 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-09-23 20:07:45 +0800 |
commit | e7dac99017e728cc0f468752024f95d2a1cbbd46 (patch) | |
tree | bf1ea2f284959f5e365af87f3710dc4bfe819d89 /www | |
parent | d1f9367438a0751cfdad6fe5328eec602631433d (diff) | |
download | freebsd-ports-gnome-e7dac99017e728cc0f468752024f95d2a1cbbd46.tar.gz freebsd-ports-gnome-e7dac99017e728cc0f468752024f95d2a1cbbd46.tar.zst freebsd-ports-gnome-e7dac99017e728cc0f468752024f95d2a1cbbd46.zip |
- Update to 0.44 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
PR: ports/182223 [1]
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-RT-Client-REST/Makefile | 10 | ||||
-rw-r--r-- | www/p5-RT-Client-REST/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www/p5-RT-Client-REST/Makefile b/www/p5-RT-Client-REST/Makefile index 69adf42a0325..ba88cc94713c 100644 --- a/www/p5-RT-Client-REST/Makefile +++ b/www/p5-RT-Client-REST/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= RT-Client-REST -PORTVERSION= 0.43 +PORTVERSION= 0.44 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -10,12 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= svysh.fbsd@gmail.com COMMENT= Perl modules designed to talk to RT installation using REST protocol +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DateTime-Format-DateParse>0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure diff --git a/www/p5-RT-Client-REST/distinfo b/www/p5-RT-Client-REST/distinfo index c0f1ae53ee12..66834fa5a397 100644 --- a/www/p5-RT-Client-REST/distinfo +++ b/www/p5-RT-Client-REST/distinfo @@ -1,2 +1,2 @@ -SHA256 (RT-Client-REST-0.43.tar.gz) = 6660c60f29baec246a8a717834092b035fdf3541c065e787d9027e9ad436fb53 -SIZE (RT-Client-REST-0.43.tar.gz) = 56679 +SHA256 (RT-Client-REST-0.44.tar.gz) = a01dede1bd36880fa26fe74f40885a3644b7453a13efecb8825a94c685ec8533 +SIZE (RT-Client-REST-0.44.tar.gz) = 58045 |