Ticket #51667: patch-add-variants.diff

File patch-add-variants.diff, 557 bytes (added by dbevans (David B. Evans), 8 years ago)

Proposed patch adding variants to select perl version

  • Portfile

    old new  
    1919checksums           rmd160  5f43f5840ad2eb6c07a8c95effa5bf1d6f100a6b \
    2020                    sha256  06caa8f96ad6fba53c3a7f97400a5701d013d3edee1658a6e0a3cbed4f94ae57
    2121
    22 perl5.branches      5.22
     22perl5.require_variant   yes
     23perl5.conflict_variants yes
     24perl5.branches          5.22 5.24
     25perl5.create_variants   ${perl5.branches}
    2326
    2427depends_run         port:perl${perl5.major} \
    2528                    port:p${perl5.major}-libwww-perl \