aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Emulate-PSGI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-CGI-Emulate-PSGI/Makefile')
-rw-r--r--www/p5-CGI-Emulate-PSGI/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-CGI-Emulate-PSGI/Makefile b/www/p5-CGI-Emulate-PSGI/Makefile
index 63bec1d865a5..96889e1eeca3 100644
--- a/www/p5-CGI-Emulate-PSGI/Makefile
+++ b/www/p5-CGI-Emulate-PSGI/Makefile
@@ -1,6 +1,5 @@
PORTNAME= CGI-Emulate-PSGI
-PORTVERSION= 0.20
-PORTREVISION= 1
+PORTVERSION= 0.22
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
@@ -11,13 +10,16 @@ COMMENT= Perl extension of PSGI adapter for CGI
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= \
- p5-libwww>0:www/p5-libwww
+RUN_DEPENDS= p5-CGI>=3.63:www/p5-CGI \
+ p5-HTTP-Message>=0:www/p5-HTTP-Message
+TEST_DEPENDS= p5-Test-Requires>=0.08:devel/p5-Test-Requires
USES= perl5
USE_PERL5= configure
-NO_ARCH= YES
+
+NO_ARCH= yes
.include <bsd.port.mk>