Commits
David B. Evans authored 2ddc0c70b3b
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 5.28 5.30 |
7 7 | |
8 - | perl5.setup Mojolicious 8.25 ../../authors/id/S/SR/SRI |
8 + | perl5.setup Mojolicious 8.26 ../../authors/id/S/SR/SRI |
9 9 | epoch 2 |
10 10 | categories-append www |
11 11 | platforms darwin |
12 12 | maintainers nomaintainer |
13 13 | license Artistic-2 |
14 14 | homepage https://mojolicious.org/ |
15 15 | |
16 16 | description A real-time MVC web framework emphasizing minimalism and simplicity |
17 17 | long_description ${description} |
18 18 | |
19 - | checksums rmd160 9a6cdde9593b34b4e09a8391ab1f195a45ddfbea \ |
20 - | sha256 366c9f65b126d71a65eb34512fe47a0d18e1cf21dbb07f6d19a4a7c7dfdd257b \ |
21 - | size 767678 |
19 + | checksums rmd160 337d6bdd54696aad12cdfbddab0de10acc7ea4eb \ |
20 + | sha256 91cc323a108be96e94916cd3dd925f5fabbc98f97af936511a05414618bca39f \ |
21 + | size 768454 |
22 22 | |
23 23 | if {${perl5.major} != ""} { |
24 24 | depends_lib-append \ |
25 25 | port:p${perl5.major}-io-socket-ip |
26 26 | |
27 27 | supported_archs noarch |
28 28 | } |