Ticket #19798: Portfile.patch
File Portfile.patch, 834 bytes (added by mdippery@…, 15 years ago) |
---|
-
Portfile
old new 5 5 name clojure 6 6 version 1.0.0 7 7 epoch 20090504 8 revision 1 8 9 categories lang java 9 10 maintainers gmail.com:mdippery 10 11 description The Clojure programming language … … 27 28 use_configure no 28 29 build {} 29 30 30 variant readline description {Use readline support} {31 variant readline conflicts rlwrap description {Use readline support} { 31 32 depends_run-append port:jline 32 33 } 33 34 34 variant rlwrap description {Use rlwrap support for tab completion, parenthesis matching} {35 variant rlwrap conflicts readline description {Use rlwrap support for tab completion, parenthesis matching} { 35 36 depends_run-append port:rlwrap 36 37 } 37 38