# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			Class-Container 0.12
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

depends_lib-append  port:p5-params-validate

perl5.use_module_build
