# $Id: Portfile 86321 2011-10-24 14:01:32Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			Class-Container 0.12
revision            2
license			{Artistic-1 GPL}
maintainers			FreeBSD.org:mat
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

checksums md5 6896bdb4464b96ad638e22b0400acbc9

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

perl5.use_module_build
}
