Commits
David B. Evans authored d30729a8c38
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 8.05 ../../authors/id/S/SR/SRI |
8 + | perl5.setup Mojolicious 8.06 ../../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 c5121241dafda196b7fbebcb793966c52da0b5de \ |
20 - | sha256 539ad5405de245964dd00f8b31fe4474a5402412aefc6f1b109ad3e670985e72 \ |
21 - | size 750307 |
19 + | checksums rmd160 7673154b58a8c9575700698ac18f0dbadcf9682b \ |
20 + | sha256 6198f8430d3c4be686b075bc02a2ef5b4486bc8bcf60a3482cf5250c846d1748 \ |
21 + | size 753513 |
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 | } |