# -*- 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
# $Id$

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.16 5.18 5.20 5.22
perl5.setup         Data-Integer 0.005
license             {Artistic-1 GPL}
maintainers         devans openmaintainer
description         Data::Integer - Details of the native integer data type
long_description    ${description}

platforms           darwin

checksums           rmd160  62267d1663a83d8369ecaa338edfeda1ba95303d \
                    sha256  7f95ccd26a443464c2ffdbb1d11c238031ee697feae3c0391d666b749c2460b6

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