Commits
David B. Evans authored 3031131f98a
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 - | perl5.setup Catalyst-Plugin-Session 0.40 |
8 - | revision 1 |
7 + | perl5.setup Catalyst-Plugin-Session 0.41 |
9 8 | license {Artistic-1 GPL} |
10 9 | maintainers nomaintainer |
11 10 | description Generic Session plugin |
12 11 | long_description Generic Session plugin - ties together server \ |
13 12 | side storage and client side state required to \ |
14 13 | maintain session data. |
15 14 | |
16 15 | platforms darwin |
17 16 | |
18 - | checksums rmd160 084091662ce3a3238b1f2a91845e29578d76c028 \ |
19 - | sha256 fb41aaef97cb3c3bd613af77906d5819fc8d6b73cc11ae24d3e51cca7a8a3b9c |
17 + | checksums rmd160 168681bd05cbb65c3920235526e27cd1e712a482 \ |
18 + | sha256 85610a17ca1f40eb99ddbeb5e53462f1e6d568e8afd99d4f975bb07f520a8528 \ |
19 + | size 49922 |
20 20 | |
21 21 | if {${perl5.major} != ""} { |
22 22 | depends_build-append \ |
23 23 | port:p${perl5.major}-test-deep \ |
24 24 | port:p${perl5.major}-test-exception \ |
25 25 | port:p${perl5.major}-test-www-mechanize-catalyst \ |
26 26 | port:p${perl5.major}-test-www-mechanize-psgi |
27 27 | |
28 28 | depends_lib-append \ |
29 29 | port:p${perl5.major}-catalyst-runtime \ |
30 + | port:p${perl5.major}-html-parser \ |
30 31 | port:p${perl5.major}-moose \ |
31 32 | port:p${perl5.major}-moosex-emulate-class-accessor-fast \ |
32 33 | port:p${perl5.major}-mro-compat \ |
33 34 | port:p${perl5.major}-namespace-clean \ |
34 35 | port:p${perl5.major}-object-signature \ |
35 36 | port:p${perl5.major}-tie-refhash |
36 37 | |
37 38 | patchfiles patch-default-inc-excludes-dot.diff |
38 39 | } |