1 | # $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | PortGroup haskell 1.0 |
---|
6 | haskell.setup haskeline 0.6.3.2 |
---|
7 | maintainers gwright |
---|
8 | platforms darwin |
---|
9 | |
---|
10 | description A command-line interface for user input, written in Haskell. |
---|
11 | long_description \ |
---|
12 | Haskeline provides a user interface for line input in \ |
---|
13 | command-line programs. This library is similar in purpose to \ |
---|
14 | readline, but since it is written in Haskell it is (hopefully) \ |
---|
15 | more easily used in other Haskell programs. |
---|
16 | |
---|
17 | checksums md5 d75863f63a1cfb499d0198e4f28ac2af \ |
---|
18 | sha1 917fade13b2579b581824dcb1a81ddf0ee0907c9 \ |
---|
19 | rmd160 06a043650a15b33fd7e04092abea8d7bda1b9e5f |
---|
20 | |
---|
21 | |
---|
22 | depends_lib port:ghc \ |
---|
23 | port:hs-utf8-string |
---|
24 | |
---|
25 | universal_variant no |
---|
26 | |
---|
27 | configure.args-append --enable-library-profiling -v \ |
---|
28 | --with-gcc=${configure.cc} |
---|
29 | |
---|
30 | build.args-append -v |
---|