Files
2022-11-10 21:23:13 -08:00

48 lines
2.2 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-PluginBundle-Git-VersionManager 0.007
revision 0
license {Artistic-1 GPL}
maintainers {devans @dbevans} openmaintainer
description Dist::Zilla::PluginBundle::Git::VersionManager - A plugin bundle that manages your version in git
long_description ${description}
platforms {darwin any}
supported_archs noarch
checksums rmd160 855fd63efeafbdc7cb6ce210246d410b86ca29fc \
sha256 a61aa195a1df580dfdf0e4e068ab2aefefa0e9b8ac7f6f7b64130be393b40861 \
size 41769
if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-cpan-meta-check \
port:p${perl5.major}-json-maybexs \
port:p${perl5.major}-module-build-tiny \
port:p${perl5.major}-module-metadata \
port:p${perl5.major}-namespace-clean \
port:p${perl5.major}-parent \
port:p${perl5.major}-path-tiny \
port:p${perl5.major}-test-deep \
port:p${perl5.major}-test-fatal
depends_lib-append \
port:p${perl5.major}-cpan-meta-requirements \
port:p${perl5.major}-dist-zilla \
port:p${perl5.major}-dist-zilla-config-slicer \
port:p${perl5.major}-dist-zilla-plugin-bumpversionafterrelease \
port:p${perl5.major}-dist-zilla-plugin-copyfilesfromrelease \
port:p${perl5.major}-dist-zilla-plugin-git \
port:p${perl5.major}-dist-zilla-plugin-rewriteversion-transitional \
port:p${perl5.major}-dist-zilla-plugin-versionfrommainmodule \
port:p${perl5.major}-dist-zilla-role-pluginbundle-pluginremover \
port:p${perl5.major}-moose \
port:p${perl5.major}-namespace-autoclean
perl5.use_module_build
}