aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer2
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2016-12-06 20:22:24 +0000
committerBrad Davis <brd@FreeBSD.org>2016-12-06 20:22:24 +0000
commit7e9c67ee6419cdbc1027edf364b4f3399cca9ea7 (patch)
treeb726da5ccd4a9541377d223d4a933508ac51e834 /www/p5-Dancer2
parent8fa09a4861e568f9937f9a65705673227ae28a60 (diff)
downloadports-7e9c67ee6419cdbc1027edf364b4f3399cca9ea7.tar.gz
ports-7e9c67ee6419cdbc1027edf364b4f3399cca9ea7.zip
Add a dep on p5-YAML so that p5-Dancer2 can read its own config files.
PR: 215103 Approved by: swills
Notes
Notes: svn path=/head/; revision=427990
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r--www/p5-Dancer2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile
index 26828d31717e..57002390493d 100644
--- a/www/p5-Dancer2/Makefile
+++ b/www/p5-Dancer2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Dancer2
PORTVERSION= 0.204001
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -37,7 +38,8 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \
p5-Safe-Isa>=0:devel/p5-Safe-Isa \
p5-Template-Tiny>=0:textproc/p5-Template-Tiny \
p5-URI>=0:net/p5-URI \
- p5-libwww>=0:www/p5-libwww
+ p5-libwww>=0:www/p5-libwww \
+ p5-YAML>=0.86:textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \