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 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.24 |
---|
8 | perl5.setup Catalyst-Devel 1.39 |
---|
9 | revision 1 |
---|
10 | license {Artistic-1 GPL} |
---|
11 | maintainers nomaintainer |
---|
12 | description Catalyst Development Tools |
---|
13 | long_description The Catalyst::Devel package includes a variety of \ |
---|
14 | modules useful for the development of Catalyst applications, \ |
---|
15 | but not required to run them. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | checksums rmd160 16c35f2b0879ccf6b503c67e62589e3e2de58d32 \ |
---|
20 | sha256 bce371ba801c7d79eff3257e0af907cf62f140de968f0d63bf55be37d702a58a |
---|
21 | |
---|
22 | if {${perl5.major} != ""} { |
---|
23 | depends_build-append \ |
---|
24 | port:p${perl5.major}-ipc-run3 \ |
---|
25 | port:p${perl5.major}-test-fatal |
---|
26 | |
---|
27 | depends_lib-append \ |
---|
28 | port:p${perl5.major}-catalyst-runtime \ |
---|
29 | port:p${perl5.major}-catalyst-action-renderview \ |
---|
30 | port:p${perl5.major}-catalyst-plugin-configloader \ |
---|
31 | port:p${perl5.major}-catalyst-plugin-static-simple \ |
---|
32 | port:p${perl5.major}-config-general \ |
---|
33 | port:p${perl5.major}-file-copy-recursive \ |
---|
34 | port:p${perl5.major}-module-install \ |
---|
35 | port:p${perl5.major}-path-class \ |
---|
36 | port:p${perl5.major}-template-toolkit \ |
---|
37 | port:p${perl5.major}-file-changenotify \ |
---|
38 | port:p${perl5.major}-moose \ |
---|
39 | port:p${perl5.major}-moosex-emulate-class-accessor-fast \ |
---|
40 | port:p${perl5.major}-namespace-clean \ |
---|
41 | port:p${perl5.major}-namespace-autoclean \ |
---|
42 | port:p${perl5.major}-file-sharedir |
---|
43 | } |
---|