Ticket #3960: Portfile

File Portfile, 754 bytes (added by matthew.c@…, 19 years ago)

New Portfile for c2hs (duplicate)

Line 
1# $Id: Portfile,v 1.3 2004/12/03 03:12:45 gwright Exp $
2
3PortSystem 1.0
4name            c2hs
5version         0.13.6
6revision        1
7categories      devel
8maintainers     gwright@opendarwin.org
9platforms       darwin
10
11description     Yet Another Interface Generator for Haskell
12long_description        \
13                C->Haskell is an interface generator that simplifies    \
14                the development of Haskell bindings to C libraries.     \
15                The tool processes existing C header files that         \
16                determine data layout and function signatures on the    \
17                C side in conjunction with Haskell modules that specify \
18                Haskell-side type signatures and marshaling details.
19
20homepage        http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
21master_sites    ${homepage}/
22
23checksums       md5 0aceb574fdb1ac28d75a3c367444a0bf
24
25depends_build   bin:ghc:ghc
26