aboutsummaryrefslogtreecommitdiff
path: root/www/p5-LWP-Protocol-PSGI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-LWP-Protocol-PSGI/Makefile')
-rw-r--r--www/p5-LWP-Protocol-PSGI/Makefile19
1 files changed, 9 insertions, 10 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>