# -*- 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 Module-Runtime-Conflicts 0.002 license {Artistic-1 GPL} maintainers devans openmaintainer description Module::Runtime::Conflicts - Provide information on conflicts for Module::Runtime long_description This module provides conflicts checking for Module::Runtime, \ which had a recent release that broke some versions of Moose. \ It is called from Moose::Conflicts and moose-outdated. platforms darwin checksums rmd160 d001fc513891e0c2f613c3fc93d9a17bf380d0ac \ sha256 f8a98bd53ddcc56baba85400b0bc6b5723ec3369386e06f242dffa88eff4e480 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-extutils-makemaker \ port:p${perl5.major}-module-build-tiny depends_lib-append \ port:p${perl5.major}-dist-checkconflicts \ port:p${perl5.major}-module-runtime supported_archs noarch perl5.use_module_build }