Ticket #41619: p5-dancer-Portfile.patch
File p5-dancer-Portfile.patch, 1.3 KB (added by jpo@…, 11 years ago) |
---|
-
Portfile
old new 5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup Dancer 1.311 0 ../by-authors/id/X/XS/XSAWYERX/8 perl5.setup Dancer 1.3119 ../by-authors/id/Y/YA/YANICK/ 9 9 platforms darwin 10 10 maintainers di.uminho.pt:jpo openmaintainer 11 11 supported_archs noarch … … 20 20 way up to a more complex fully-fledged web application with session \ 21 21 support, templates for views and layouts, etc. 22 22 23 checksums rmd160 0ced259b4f13109267bce92c97f4cf575c6153b6\24 sha256 1c22800be3fe294acfa8e3810cf6bd5dc6292079c73f74691968b728c5c1bf5223 checksums rmd160 1dc85e35de4c12b5940cfd5b45acdcc3b3dcc5d0 \ 24 sha256 b36f438b365e59a1ea02a66008ae8e82aaf8a81faa9f01544afd0c51f8af3fbd 25 25 26 26 if {${perl5.major} != ""} { 27 27 depends_lib-append port:p${perl5.major}-http-server-simple-psgi \ … … 29 29 port:p${perl5.major}-http-body \ 30 30 port:p${perl5.major}-mime-types \ 31 31 port:p${perl5.major}-libwww-perl \ 32 port:p${perl5.major}-try-tiny 32 port:p${perl5.major}-try-tiny \ 33 port:p${perl5.major}-module-runtime 33 34 }