Ticket #41683: p5-http-server-simple-psgi-Portfile.patch
File p5-http-server-simple-psgi-Portfile.patch, 1.1 KB (added by jpo@…, 11 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup HTTP-Server-Simple-PSGI 0.14 ../by-authors/id/M/MI/MIYAGAWA 9 revision 3 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup HTTP-Server-Simple-PSGI 0.16 ../by-authors/id/M/MI/MIYAGAWA 10 9 platforms darwin 11 10 maintainers di.uminho.pt:jpo openmaintainer 12 11 supported_archs noarch … … 18 17 HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP \ 19 18 server that can run PSGI applications. 20 19 21 checksums sha1 9ecb8a3e07502d8a7351ee8cf199a76655d382c6\22 rmd160 1a04e62dae76969b9726d90ad37ae17b94850c0320 checksums rmd160 1874616a33627687325f0483b60506e860a8ff53 \ 21 sha256 5f7ccb8453043b97278492a757328116e11e0352f2854a28a9c634e6e9131dba 23 22 24 23 if {${perl5.major} != ""} { 25 24 depends_lib-append port:p${perl5.major}-http-server-simple 26 25 } 27 # vim:set ai ts=4 sw=4 sts=4 et: