Ticket #46844: Portfile-help2man.diff

File Portfile-help2man.diff, 801 bytes (added by Mathias.Laurin+macports.org@…, 9 years ago)
  • textproc/help2man/Portfile

    diff --git a/textproc/help2man/Portfile b/textproc/help2man/Portfile
    index c04d682..59e2af5 100644
    a b  
    22# $Id$
    33
    44PortSystem      1.0
     5PortGroup       perl5 1.0
    56
    67name            help2man
    78version         1.46.5
    use_xz yes 
    2324checksums       rmd160  273b1b1191c3dd536a2a9588d5d6505b7192318d \
    2425                sha256  0ada23867183c5e779e06e6441801c5c74ff77af258e2f1bb5fce181fbc30ebf
    2526
    26 depends_lib     port:perl5.16 port:p5.16-locale-gettext \
    27                 port:gettext port:libiconv
     27perl5.branches  5.16 5.18 5.20
    2828
    29 configure.perl  ${prefix}/bin/perl5.16
     29depends_lib     port:p${perl5.major}-locale-gettext \
     30                port:gettext port:libiconv
    3031
    3132configure.args  --enable-nls
    3233