You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- 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.28 5.30 5.32 5.34
|
|
perl5.setup Dist-Zilla-Role-DynamicConfig 1.002
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Dist::Zilla::Role::DynamicConfig - A Role that accepts a dynamic configuration
|
|
long_description ${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 ced4c9fce7e0f3a744b51289a3bd3e9f2ee4f994 \
|
|
sha256 52b3d1c8b387f6f8c9100c5fff49d349c49e6d628c33ad551ef224f7941e4523 \
|
|
size 16871
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-mockobject
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-dist-zilla \
|
|
port:p${perl5.major}-moose
|
|
|
|
perl5.use_module_build
|
|
}
|