aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-11-24 16:43:54 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-11-24 16:43:54 +0000
commit1af613cfd7285938a5faf3fdfad32c49d4f28e9f (patch)
tree77f4f78d3b8653a832ccb72fcbaafbef7c6a15d0 /www/p5-Dancer
parent0491ede0f0f69c3ff2296a76136df7d5f46ce9a9 (diff)
downloadports-1af613cfd7285938a5faf3fdfad32c49d4f28e9f.tar.gz
ports-1af613cfd7285938a5faf3fdfad32c49d4f28e9f.zip
- add missed runtime dep on Module::Runtime
With hat: perl@
Notes
Notes: svn path=/head/; revision=334745
Diffstat (limited to 'www/p5-Dancer')
-rw-r--r--www/p5-Dancer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index 22ab28d5bea5..757b6c48036e 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Dancer
PORTVERSION= 1.3119
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:YANICK
@@ -18,6 +19,7 @@ RUN_DEPENDS= \
p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \
p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
+ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
p5-URI>=1.59:${PORTSDIR}/net/p5-URI \
p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}