# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Class-Container 0.13
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Glues object frameworks together transparently
long_description    This class facilitates building frameworks of several classes that \
                    inter-operate. It was first designed and built for HTML::Mason, in \
                    which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, \
                    and several other objects must create each other transparently, passing \
                    the appropriate parameters to the right class, possibly substituting \
                    other subclasses for any of these objects.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  c474ae6d86e4a9727abbc4968d4d708851f3ae4c \
                    sha256  f5d495b1dfb826d5c0c45d03b4d0e6b6047cbb06cdbf6be15fd4dc902aeeb70b

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-params-validate
    
    perl5.use_module_build
}
