# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Template-Plugin-Class 0.14
maintainers           narf_tm openmaintainer
description           allow calling of class methods on arbitrary classes
long_description      ${description}

platforms             darwin

checksums             md5 6bb9ac12814722479fe1462c743c5c51 \
                      sha1 ad000bf6df2d3d8d2198f0165a6290f489cc2a3d \
                      rmd160 b81e70b42f4deaefffad536f345047dea997ca0e

depends_lib-append    port:p5-template-toolkit

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