# $Id: Portfile 87495 2011-11-23 16:05:07Z jmr@macports.org $

PortSystem 1.0
PortGroup                       perl5 1.0

perl5.setup                     Mac-Errors 1.13
revision                        2
license                         {Artistic-1 GPL}
maintainers                     email.arc.nasa.gov:sal
description                     Constants for Mac error codes
long_description                Constants for Mac error codes. The %MacErrors hash indexes error information by the error number or symbol. Each value is a Mac::Errors object which has the symbol, number, and description. The \$MacError scalar performs some tied magic to translate MacPerl's \$^E to the error text.
platforms                       darwin
checksums                       md5 a7dc38dbc7cf13a9603a2a30cd34e95e
if {${perl5.major} != ""} {
depends_lib-append              port:p${perl5.major}-test-simple

supported_archs noarch
}
