Ticket #50081: p5-convert-uulib-1.5.diff
File p5-convert-uulib-1.5.diff, 1.1 KB (added by dbevans (David B. Evans), 9 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 # module may not work well with perl 5.22+ 8 # see Canary::Stability output during configure 7 9 perl5.branches 5.16 5.18 5.20 5.22 8 perl5.setup Convert-UUlib 1.4 10 perl5.setup Convert-UUlib 1.5 11 license GPL 9 12 platforms darwin 10 maintainers designvox.com:borys 13 maintainers designvox.com:borys openmaintainer 11 14 12 15 description Perl interface to the uulib library 13 16 long_description ${name} is a ${description} (a.k.a. uudeview/uuenview) 14 17 15 checksums rmd160 dd59256c94554914fc2e647b253e7a591f486e97 \ 16 sha256 a85fe375bad0b7b8411719b27ac395ba804356d2fc528e9f127e1018cd95efcf 18 checksums rmd160 3e05a9f5a51dccd403fa22554a51d787cc47f2e8 \ 19 sha256 0cd81bc21377fad191f89aa427733efe5b7e75ca1889e9317945ad448c6388ea 20 21 if {${perl5.major} != ""} { 22 depends_build-append \ 23 port:p${perl5.major}-canary-stability 24 }