Date: Tue, 6 Dec 2016 20:22:24 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427990 - head/www/p5-Dancer2 Message-ID: <201612062022.uB6KMOJq057831@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd Date: Tue Dec 6 20:22:24 2016 New Revision: 427990 URL: https://svnweb.freebsd.org/changeset/ports/427990 Log: Add a dep on p5-YAML so that p5-Dancer2 can read its own config files. PR: 215103 Approved by: swills Modified: head/www/p5-Dancer2/Makefile Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Tue Dec 6 20:13:53 2016 (r427989) +++ head/www/p5-Dancer2/Makefile Tue Dec 6 20:22:24 2016 (r427990) @@ -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-Ap 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612062022.uB6KMOJq057831>