aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Feersum/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-22 16:44:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-22 16:44:52 +0000
commit16b77459eae987d1b62adff65337d526e215266c (patch)
tree1c3135de1b167f4a7f996bc3e108ebfb4e57b9c3 /www/p5-Feersum/Makefile
parent206e4dce78c3b373c8e74e7de614a97b7ca7a4ce (diff)
downloadports-16b77459eae987d1b62adff65337d526e215266c.tar.gz
ports-16b77459eae987d1b62adff65337d526e215266c.zip
Update to 1.406
Notes
Notes: svn path=/head/; revision=480412
Diffstat (limited to 'www/p5-Feersum/Makefile')
-rw-r--r--www/p5-Feersum/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Feersum/Makefile b/www/p5-Feersum/Makefile
index 6c8ba52a2065..a812db21baf8 100644
--- a/www/p5-Feersum/Makefile
+++ b/www/p5-Feersum/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Feersum
-PORTVERSION= 1.405
+PORTVERSION= 1.406
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AUDREYT
@@ -14,9 +14,10 @@ COMMENT= PSGI engine for Perl based on EV/libev
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-EV>=4.0:devel/p5-EV \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-EV>=4.0:devel/p5-EV \
+ p5-HTTP-Entity-Parser>=0.20:www/p5-HTTP-Entity-Parser \
p5-Plack>=0.9950:www/p5-Plack
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-AnyEvent>=5.26.1:devel/p5-AnyEvent \
p5-Guard>=1.012:devel/p5-Guard \
p5-JSON-XS>=2:converters/p5-JSON-XS \