# -*- 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: Portfile 112382 2013-10-21 19:54:54Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Module-Compile 0.23
platforms           darwin
maintainers         nomaintainer
license             Artistic GPL-2
supported_archs     noarch

description         Perl module to compile other modules

long_description    ${description}

checksums           rmd160 002ec2c1618c33c6d775b31f44903c289f33d9d0 \
                    sha256 2970f4e493be50a6b9efd594537a943d86e5b9721f6f35ffdbee6aef345b48a1

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-digest-sha1
}
