1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup Class-Container 0.12 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Glues object frameworks together transparently |
---|
8 | long_description \ |
---|
9 | This class facilitates building frameworks of several classes that \ |
---|
10 | inter-operate. It was first designed and built for HTML::Mason, in \ |
---|
11 | which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, \ |
---|
12 | and several other objects must create each other transparently, passing \ |
---|
13 | the appropriate parameters to the right class, possibly substituting \ |
---|
14 | other subclasses for any of these objects. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | checksums md5 6896bdb4464b96ad638e22b0400acbc9 |
---|
19 | |
---|
20 | depends_lib-append lib:XXX:p5-params-validate |
---|
21 | |
---|
22 | perl5.use_module_build |
---|