svn commit: r334745 - head/www/p5-Dancer
Andrej Zverev
az at FreeBSD.org
Sun Nov 24 16:43:54 UTC 2013
Author: az
Date: Sun Nov 24 16:43:54 2013
New Revision: 334745
URL: http://svnweb.freebsd.org/changeset/ports/334745
Log:
- add missed runtime dep on Module::Runtime
With hat: perl@
Modified:
head/www/p5-Dancer/Makefile
Modified: head/www/p5-Dancer/Makefile
==============================================================================
--- head/www/p5-Dancer/Makefile Sun Nov 24 16:21:08 2013 (r334744)
+++ head/www/p5-Dancer/Makefile Sun Nov 24 16:43:54 2013 (r334745)
@@ -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}
More information about the svn-ports-head
mailing list