Skip to content
Permalink
Browse files

fusioninventory-agent: add +perl5_28 variant

Allow perl5 portgroup to determine default perl variant.
  • Loading branch information
dbevans committed Apr 21, 2019
1 parent d441122 commit a3125cb6b35e3f66bdbd0e6e3826d5a77b93cbba
Showing with 2 additions and 5 deletions.
  1. +2 −5 perl/fusioninventory-agent/Portfile
@@ -3,14 +3,11 @@
PortSystem 1.0
PortGroup perl5 1.0

# should allow perl5 port group to set default perl variant
# but for now locally set the default perl to perl5.26
# until the global default perl is updated (#52081)
# allow perl5 portgroup to set default perl variant

perl5.require_variant yes
perl5.conflict_variants yes
perl5.branches 5.26
perl5.default_branch 5.26
perl5.branches 5.26 5.28
perl5.create_variants ${perl5.branches}

name fusioninventory-agent

0 comments on commit a3125cb

Please sign in to comment.
You can’t perform that action at this time.