# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Devel-Refcount 0.10

platforms           darwin
maintainers         {@chrstphrchvz gmx.us:chrischavez} openmaintainer
license             {Artistic-1 GPL}

description         Devel::Refcount - obtain the REFCNT value of a referent

long_description    \
    This module provides a single function which obtains the reference count \
    of the object being pointed to by the passed reference value. It also \
    provides a debugging assertion that asserts a given reference has a count \
    of only 1.

checksums           rmd160  57cb0884281f193b8227b257c370b010241f4273 \
                    sha256  b654d46963d1a881426ba15994f28f52eb839b0d135bf239b4d1bf38b1caca4a \
                    size    14394

if {${perl5.major} != ""} {
    perl5.use_module_build

    depends_build-append \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-simple
}


