Skip to content

Commit

Permalink
p5-dist-zilla-plugin-prereqs-authordeps: update to version 0.007
Browse files Browse the repository at this point in the history
* update license, dependencies
  • Loading branch information
dbevans committed May 18, 2020
1 parent d36b5b4 commit d4c4c43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions perl/p5-dist-zilla-plugin-prereqs-authordeps/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ PortSystem 1.0
PortGroup perl5 1.0

perl5.branches 5.26 5.28 5.30
perl5.setup Dist-Zilla-Plugin-Prereqs-AuthorDeps 0.006
license {Artistic-1 GPL}
perl5.setup Dist-Zilla-Plugin-Prereqs-AuthorDeps 0.007
license Apache-2
maintainers {devans @dbevans} openmaintainer
description Dist::Zilla::Plugin::Prereqs::AuthorDeps - Add Dist::Zilla authordeps to META files as develop prereqs
long_description ${description}

platforms darwin

checksums rmd160 8e083015761e6a2839bb6e73cb12b8c38460c0b4 \
sha256 947ff2021610a6347e25eebc687751afa82a6034060ba3430b9fa7173dc5e8fb \
size 15756
checksums rmd160 cd43c71edba75b4d498241b5315eb9cfb5371dac \
sha256 01ea96c57bf65d9154e4fa8fd60f16c8713213efa624af8441a02b5b54fffd3e \
size 15770

if {${perl5.major} != ""} {
depends_build-append \
port:p${perl5.major}-path-tiny \
port:p${perl5.major}-test-deep \
port:p${perl5.major}-test-deep-json

depends_lib-append \
port:p${perl5.major}-dist-zilla \
port:p${perl5.major}-moose \
port:p${perl5.major}-moosex-types
port:p${perl5.major}-moosex-types \
port:p${perl5.major}-path-tiny

supported_archs noarch
}

0 comments on commit d4c4c43

Please sign in to comment.