Ticket #2946: Portfile

File Portfile, 735 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Class-Container 0.12
6maintainers                     mat@FreeBSD.org
7description                     Glues object frameworks together transparently
8long_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
16platforms                       darwin
17
18checksums md5 6896bdb4464b96ad638e22b0400acbc9
19
20depends_lib-append  lib:XXX:p5-params-validate
21
22perl5.use_module_build