- add missed runtime dep on Module::Runtime

With hat:	perl@
This commit is contained in:
Andrej Zverev 2013-11-24 16:43:54 +00:00
parent 0491ede0f0
commit 1af613cfd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334745

View file

@ -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}