# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Catalyst-Devel 1.39 revision 1 license {Artistic-1 GPL} maintainers nomaintainer description Catalyst Development Tools long_description The Catalyst::Devel package includes a variety of \ modules useful for the development of Catalyst applications, \ but not required to run them. platforms darwin checksums rmd160 16c35f2b0879ccf6b503c67e62589e3e2de58d32 \ sha256 bce371ba801c7d79eff3257e0af907cf62f140de968f0d63bf55be37d702a58a if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-ipc-run3 \ port:p${perl5.major}-test-fatal depends_lib-append \ port:p${perl5.major}-catalyst-runtime \ port:p${perl5.major}-catalyst-action-renderview \ port:p${perl5.major}-catalyst-plugin-configloader \ port:p${perl5.major}-catalyst-plugin-static-simple \ port:p${perl5.major}-config-general \ port:p${perl5.major}-file-copy-recursive \ port:p${perl5.major}-module-install \ port:p${perl5.major}-path-class \ port:p${perl5.major}-template-toolkit \ port:p${perl5.major}-file-changenotify \ port:p${perl5.major}-moose \ port:p${perl5.major}-moosex-emulate-class-accessor-fast \ port:p${perl5.major}-namespace-clean \ port:p${perl5.major}-namespace-autoclean \ port:p${perl5.major}-file-sharedir }