# -*- 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.26
perl5.setup         ExtUtils-MakeMaker 7.34
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Create a module Makefile
long_description    This utility is designed to write a Makefile for an \
                    extension module from a Makefile.PL.

platforms           darwin

checksums           rmd160  631856e14797c64b150d49da0cf64f3363e03a57 \
                    sha256  95f1eb44de480d00b28d031b574ec868f7aeeee199eb5abe5666f6bcbbf68480 \
                    size    471349

perl5.link_binaries no
if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-cpan-meta-requirements \
                    port:p${perl5.major}-extutils-manifest

    configure.env   BUILDING_AS_PACKAGE=1

    supported_archs noarch
}