# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Devel-GlobalDestruction 0.03
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Expose PL_dirty, the flag which marks global destruction.
long_description      ${description}

platforms             darwin

checksums             md5 09b70f95536464d8901675f230fbc3aa \
                      sha1 599806bb3a57a065cb37157adb4418c54b471bf8 \
                      rmd160 3713710b595bcb8a310da36c7ed6a2d9bb203297

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-scope-guard \
                      port:p${perl5.major}-sub-exporter
}
