Ticket #44364: Portfile-p5-term-readline-gnu.diff
File Portfile-p5-term-readline-gnu.diff, 1.1 KB (added by mf2k (Frank Schima), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 perl5.setup Term-ReadLine-Gnu 1.2 09 revision 3 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup Term-ReadLine-Gnu 1.24 9 10 10 license {Artistic-1 GPL} 11 11 maintainers spin.de:warp-darwinports 12 12 description Perl extension for the GNU Readline/History library 13 13 long_description This is an implementation of Term::ReadLine using the \ 14 14 GNU Readline/History Library. 15 15 platforms darwin 16 checksums sha1 23f2562c436c09e0d6ca85e135727d73bfdb18ea \ 17 rmd160 3569290543a4545bc70b2d435fc6ee4cc3598223 16 17 checksums rmd160 8cfc44faadb0eac173c1d9583b72fb92e65a5a3b \ 18 sha256 cccd781679f278ee73664e9bd67396dc4832ff0c97fd970d6c846e64df45e136 18 19 19 20 if {${perl5.major} != ""} { 20 depends_lib-append port:readline21 depends_lib-append port:readline 21 22 }