# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Class-Base 0.03
maintainers         narf_tm openmaintainer
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

checksums           md5 213f52c9747d2ea861c92bcd02842353

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
