# -*- 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.24 perl5.setup ExtUtils-MakeMaker 7.24 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 a77174c6aed95a8736ecfc288fee89d15f830acb \ sha256 416abc97c3bb2cc72bef28852522f2859de53e37bf3d0ae8b292067d78755e69 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 pre-activate { # As of version 7.0.8 this port provides its own version of previous dependency p5-extutils-command # deactivate conflicting p5-extutils-command if active if {![catch {set vers [lindex [registry_active p${perl5.major}-extutils-command] 0]}]} { registry_deactivate_composite p${perl5.major}-extutils-command "" [list ports_nodepcheck 1] } } supported_archs noarch }