Ticket #27633: Portfile.4

File Portfile.4, 888 bytes (added by rinkevichjm@…, 13 years ago)

hs-haskeline/Portfile

Line 
1# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $
2
3PortSystem 1.0
4
5PortGroup       haskell 1.0
6haskell.setup   haskeline 0.6.3.2
7maintainers     gwright
8platforms       darwin
9
10description     A command-line interface for user input, written in Haskell.
11long_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
17checksums           md5     d75863f63a1cfb499d0198e4f28ac2af \
18                    sha1    917fade13b2579b581824dcb1a81ddf0ee0907c9 \
19                    rmd160  06a043650a15b33fd7e04092abea8d7bda1b9e5f
20
21
22depends_lib     port:ghc                \
23                port:hs-utf8-string
24
25universal_variant       no
26
27configure.args-append   --enable-library-profiling -v   \
28                        --with-gcc=${configure.cc}
29
30build.args-append     -v