Ticket #2943: Portfile

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

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Devel-StackTrace 1.11
6maintainers                     mat@FreeBSD.org
7description                     Stack trace and stack trace frame objects
8long_description \
9        The Devel::StackTrace module contains two classes, Devel::StackTrace \
10        and Devel::StackTraceFrame. The goal of this object is to encapsulate \
11        the information that can found through using the caller() function, as \
12        well as providing a simple interface to this data.
13
14platforms                       darwin
15
16checksums md5 a5d2088a531ceeec82b989c742f9382e
17
18perl5.use_module_build