Ticket #2945: Portfile
File Portfile, 493 bytes (added by mat@…, 20 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | perl5.setup Exception-Class 1.21 |
6 | maintainers mat@FreeBSD.org |
7 | description A module that allows you to declare real exception classes in Perl |
8 | long_description \ |
9 | Exception::Class allows you to declare exception hierarchies in your \ |
10 | modules in a "Java-esque" manner. |
11 | |
12 | platforms darwin |
13 | |
14 | checksums md5 3268817e7fa4367209f666bd8e33037c |
15 | |
16 | depends_lib-append lib:XXX:p5-devel-stacktrace lib:XXX:p5-class-data-inheritable |
17 | |
18 | perl5.use_module_build |