# $Id: Portfile 84683 2011-09-29 12:04:47Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Runtime 5.80031 ../by-authors/id/B/BO/BOBTFISH/
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           The Elegant MVC Web Application Framework
long_description      Catalyst is a modern framework for making web \
                      applications without the pain usually associated with \
                      this process. This document is a reference to the main \
                      Catalyst application.

platforms             darwin

checksums             md5 67960dd84359a9ad5dec61522e0c1989 \
                      sha1 a43a4873dda763d77c295bd4492c8c98ac38d438 \
                      rmd160 8f0d18b9efde614e4f62f941707f7d9fbc73dd41

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-class-data-inheritable \
                          port:p${perl5.major}-test-exception \
                          port:p${perl5.major}-b-hooks-endofscope \
                          port:p${perl5.major}-cgi-simple \
                          port:p${perl5.major}-class-c3-adopt-next \
                          port:p${perl5.major}-class-mop \
                          port:p${perl5.major}-data-dump \
                          port:p${perl5.major}-html-parser \
                          port:p${perl5.major}-http-body \
                          port:p${perl5.major}-libwww-perl \
                          port:p${perl5.major}-http-request-ascgi \
                          port:p${perl5.major}-list-moreutils \
                          port:p${perl5.major}-mro-compat \
                          port:p${perl5.major}-module-pluggable \
                          port:p${perl5.major}-moose \
                          port:p${perl5.major}-moosex-types \
                          port:p${perl5.major}-moosex-types-common \
                          port:p${perl5.major}-moosex-emulate-class-accessor-fast \
                          port:p${perl5.major}-moosex-methodattributes \
                          port:p${perl5.major}-moosex-getopt \
                          port:p${perl5.major}-path-class \
                          port:p${perl5.major}-string-rewriteprefix \
                          port:p${perl5.major}-sub-exporter \
                          port:p${perl5.major}-task-weaken \
                          port:p${perl5.major}-text-simpletable \
                          port:p${perl5.major}-tree-simple \
                          port:p${perl5.major}-tree-simple-visitorfactory \
                          port:p${perl5.major}-uri \
                          port:p${perl5.major}-namespace-autoclean \
                          port:p${perl5.major}-namespace-clean \
                          port:p${perl5.major}-moosex-role-withoverloading \
                          port:p${perl5.major}-test-simple \
                          port:p${perl5.major}-data-optlist
}
