You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.6 KiB
Tcl
41 lines
1.6 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-Plugin-RewriteVersion-Transitional 0.009
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Dist::Zilla::Plugin::RewriteVersion::Transitional - \
|
|
Ease the transition to {[RewriteVersion]} in your distribution
|
|
long_description ${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 a6f647e4de8c65aca4ac67f85ea88b9fc1404792 \
|
|
sha256 41a46f915b8827578ecdaac6f37194aa431e8dadac8f4af2c2a94073e81a2930 \
|
|
size 36407
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-module-build-tiny \
|
|
port:p${perl5.major}-module-metadata \
|
|
port:p${perl5.major}-test-deep \
|
|
port:p${perl5.major}-test-fatal \
|
|
port:p${perl5.major}-test-needs
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-dist-zilla \
|
|
port:p${perl5.major}-dist-zilla-plugin-bumpversionafterrelease \
|
|
port:p${perl5.major}-module-runtime \
|
|
port:p${perl5.major}-moose \
|
|
port:p${perl5.major}-namespace-autoclean \
|
|
port:p${perl5.major}-path-tiny \
|
|
port:p${perl5.major}-term-ansicolor
|
|
|
|
perl5.use_module_build
|
|
}
|