Revision: 133240 https://trac.macports.org/changeset/133240 Author: devans@macports.org Date: 2015-02-23 12:40:10 -0800 (Mon, 23 Feb 2015) Log Message: ----------- p5-dancer: update to version 1.31.34, add test dependencies. Modified Paths: -------------- trunk/dports/perl/p5-dancer/Portfile Modified: trunk/dports/perl/p5-dancer/Portfile =================================================================== --- trunk/dports/perl/p5-dancer/Portfile 2015-02-23 20:37:52 UTC (rev 133239) +++ trunk/dports/perl/p5-dancer/Portfile 2015-02-23 20:40:10 UTC (rev 133240) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 -perl5.setup Dancer 1.3132 ../by-authors/id/Y/YA/YANICK/ +perl5.setup Dancer 1.3134 ../by-authors/id/Y/YA/YANICK/ platforms darwin maintainers di.uminho.pt:jpo openmaintainer supported_archs noarch @@ -20,10 +20,23 @@ way up to a more complex fully-fledged web application with session \ support, templates for views and layouts, etc. -checksums rmd160 aeb659508fd1f908edbe6bc81d638464139ea6fd \ - sha256 7ddb8046423cbdc44ae61b53e2a8897f1ca1e2c7dbe903dacf7a121a1e46149f +checksums rmd160 9e42cd18d38d9b68bfaf4614858922a345aad8e4 \ + sha256 3902b3de1728082b93b487479b9b286dd755d9a989f92f1c387003c091b55086 if {${perl5.major} != ""} { + depends_build-append \ + port:p${perl5.major}-devel-hide \ + port:p${perl5.major}-http-parser-xs \ + port:p${perl5.major}-json \ + port:p${perl5.major}-plack \ + port:p${perl5.major}-template-provider-fromdata \ + port:p${perl5.major}-template-toolkit \ + port:p${perl5.major}-test-simple \ + port:p${perl5.major}-test-tcp \ + port:p${perl5.major}-test-output \ + port:p${perl5.major}-xml-simple \ + port:p${perl5.major}-yaml + depends_lib-append \ port:p${perl5.major}-hash-merge-simple \ port:p${perl5.major}-http-body \