Ticket #33228: p5-dancer-Portfile.patch
File p5-dancer-Portfile.patch, 1.3 KB (added by jpo@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.setup Dancer 1.30 80../by-authors/id/X/XS/XSAWYERX/7 perl5.setup Dancer 1.3092 ../by-authors/id/X/XS/XSAWYERX/ 8 8 platforms darwin 9 9 maintainers di.uminho.pt:jpo openmaintainer 10 10 supported_archs noarch … … 19 19 way up to a more complex fully-fledged web application with session \ 20 20 support, templates for views and layouts, etc. 21 21 22 checksums rmd160 fdb744a4234d96e24ee3960a22388271dcbaaba0\23 sha256 bcac984a4c6390cf877828848e2a6678b3a87d279d766f104413df3c63ce2d9e22 checksums rmd160 48dda1acea285ea743db81bca1843d32fef743fb \ 23 sha256 ae253b3a6bf6fca61c34f4226547af697b9102a146cb47029e3a38f413320e1a 24 24 25 25 if {${perl5.major} != ""} { 26 26 depends_lib-append port:p${perl5.major}-http-server-simple-psgi \ 27 27 port:p${perl5.major}-uri \ 28 28 port:p${perl5.major}-http-body \ 29 29 port:p${perl5.major}-mime-types \ 30 port:p${perl5.major}-libwww-perl 30 port:p${perl5.major}-libwww-perl \ 31 port:p${perl5.major}-try-tiny 31 32 }