Commits
David B. Evans authored dfffb62848b
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 |
7 7 | |
8 - | perl5.setup Mojolicious 7.87 ../../authors/id/S/SR/SRI |
8 + | perl5.setup Mojolicious 7.88 ../../authors/id/S/SR/SRI |
9 9 | epoch 2 |
10 10 | categories-append www |
11 11 | platforms darwin |
12 12 | maintainers nomaintainer |
13 13 | # Contains content licensed under all of these licenses (no choosing) |
14 14 | license Artistic-2 CC-BY-SA-4 MIT Apache-2 |
15 15 | homepage http://mojolicio.us/ |
16 16 | |
17 17 | description An MVC web framework emphasizing minimalism and simplicity |
18 18 | |
24 24 | implementation with TLS, Bonjour, IDNA, Comet, chunking \ |
25 25 | and multipart support * Builtin async IO web server \ |
26 26 | supporting epoll, kqueue, UNIX domain sockets and hot \ |
27 27 | deployment, perfect for embedding * Automatic CGI, \ |
28 28 | FastCGI and PSGI detection * Powerful out of the box \ |
29 29 | with RESTful routes, plugins, Perl-ish templates, \ |
30 30 | session management, signed cookies, testing framework, \ |
31 31 | static file server, I18N, first class Unicode support \ |
32 32 | and much more for you to discover. |
33 33 | |
34 - | checksums rmd160 4f714491ae9f2c6aaa17c4308072c9bf6fee7032 \ |
35 - | sha256 898a24a4344eaafe97cf0b8da2fbc89e0e21cc328f5e5a39a44774f8144989b1 \ |
36 - | size 724474 |
34 + | checksums rmd160 6a86943a62797251dd5822a525d498a9a442ec9a \ |
35 + | sha256 4c4c9c05131fcd175cd6370e15d2586baec1a3ec882cb6971e1f5f52b5e0d785 \ |
36 + | size 725095 |
37 37 | |
38 38 | if {${perl5.major} != ""} { |
39 39 | depends_lib-append \ |
40 40 | port:p${perl5.major}-io-socket-ip |
41 41 | |
42 42 | supported_archs noarch |
43 43 | } |