Ticket #17549: Portfile.blb

File Portfile.blb, 805 bytes (added by blb@…, 15 years ago)

New Portfile using haskell port group

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup       haskell 1.0
5haskell.setup   haskeline 0.3.2
6maintainers     nomaintainer
7platforms       darwin
8
9description     A command-line interface for user input, written in Haskell.
10long_description        \
11                Haskeline provides a user interface for line input in \
12                command-line programs. This library is similar in purpose \
13                to readline, but since it is written in Haskell it is \
14                (hopefully) more easily used in other Haskell programs. \
15                \
16                Haskeline runs both on POSIX-compatible systems and on \
17                Windows (under MinGW).
18
19checksums       md5     19baa8890a8a4f9d93a4a2d961c06f26                \
20                sha1    f5801384a239c4f667d3df172dba600ecb9a39c3        \
21                rmd160  6f50e7a2d5e7c91644b6de032d34bde4fdb4ec70
22
23depends_build-append    port:hs-terminfo port:hs-utf8-string
24
25configure.args-append   --enable-library-profiling
26