Changeset 98519


Ignore:
Timestamp:
Oct 8, 2012, 12:07:57 AM (12 years ago)
Author:
ryandesign@…
Message:

p5-crypt-passwdmd5: fix stub port; add iconv dependency just in case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-crypt-passwdmd5/Portfile

    r98518 r98519  
    1818supported_archs noarch
    1919
    20 post-patch {
    21     system -W ${worksrcpath} "iconv -f ISO-8859-1 -t UTF-8 Makefile.PL > Makefile.PL.new && mv Makefile.PL.new Makefile.PL"
     20if {${perl5.major} != ""} {
     21    depends_build-append bin:iconv:libiconv
     22   
     23    post-patch {
     24        system -W ${worksrcpath} "iconv -f ISO-8859-1 -t UTF-8 Makefile.PL > Makefile.PL.new && mv Makefile.PL.new Makefile.PL"
     25    }
    2226}
Note: See TracChangeset for help on using the changeset viewer.