diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:51:37 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:59:10 +0000 |
commit | 34e8f39011151499ba608f7d30c05f1509027964 (patch) | |
tree | 2719604a1341aa7e0efba271cb4f9047940239e3 | |
parent | 63647063e6d9d57d5e19baf01fa4ac81c371473b (diff) | |
download | ports-34e8f39011151499ba608f7d30c05f1509027964.tar.gz ports-34e8f39011151499ba608f7d30c05f1509027964.zip |
www/p5-LWP-Protocol-PSGI: Update to 0.11
- Add LICENSE_FILE
- Fix indent
Changes: https://metacpan.org/dist/LWP-Protocol-PSGI/changes
-rw-r--r-- | www/p5-LWP-Protocol-PSGI/Makefile | 19 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-PSGI/distinfo | 5 |
2 files changed, 12 insertions, 12 deletions
diff --git a/www/p5-LWP-Protocol-PSGI/Makefile b/www/p5-LWP-Protocol-PSGI/Makefile index 2fb349676bde..1c100c5ccb4f 100644 --- a/www/p5-LWP-Protocol-PSGI/Makefile +++ b/www/p5-LWP-Protocol-PSGI/Makefile @@ -1,6 +1,5 @@ PORTNAME= LWP-Protocol-PSGI -PORTVERSION= 0.07 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,17 +9,17 @@ COMMENT= Perl extension to override LWP HTTP/HTTPS backend with your PSGI app LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= \ - p5-Guard>0:devel/p5-Guard \ - p5-Plack>0:www/p5-Plack \ - p5-libwww>=5:www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} -TEST_DEPENDS= \ - p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https +RUN_DEPENDS= p5-Plack>=0:www/p5-Plack \ + p5-libwww>=5:www/p5-libwww +TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires -USES= perl5 + +USES= perl5 USE_PERL5= modbuildtiny -NO_ARCH= YES + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/www/p5-LWP-Protocol-PSGI/distinfo b/www/p5-LWP-Protocol-PSGI/distinfo index d4d6c7536a4e..f33d9263bc13 100644 --- a/www/p5-LWP-Protocol-PSGI/distinfo +++ b/www/p5-LWP-Protocol-PSGI/distinfo @@ -1,2 +1,3 @@ -SHA256 (LWP-Protocol-PSGI-0.07.tar.gz) = 72c8e31073685b31a9fbd86b536a18a20fcdec879e63f8a7bc97d909d7412b7d -SIZE (LWP-Protocol-PSGI-0.07.tar.gz) = 12834 +TIMESTAMP = 1650229170 +SHA256 (LWP-Protocol-PSGI-0.11.tar.gz) = a4bc72f4376843fcfb25ed543232e8921334d13629f24518599c44194c1a7312 +SIZE (LWP-Protocol-PSGI-0.11.tar.gz) = 15566 |