Ticket #2945: Portfile

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

Portfile

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