# -*- 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-Base 0.09
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         useful base class for deriving other modules
long_description    This module implements a simple base class from which \
                    other modules can be derived, thereby inheriting a \
                    number of useful methods such as new(), init(), \
                    params(), clone(), error() and debug().

platforms           {darwin any}

checksums           rmd160  6d84e801c4b7005bd0d3ea76442a4d943b9f3fe6 \
                    sha256  e1a5bdde52505802664a9108a515c9e8e502cb7229a49de94f4081b1b2aeed84 \
                    size    33597

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

    supported_archs noarch
}
