# $Id: Portfile 47272 2009-02-24 11:32:49Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               haskell 1.0

haskell.setup           language-c 0.3.1.1
maintainers             ryandesign openmaintainer
platforms               darwin

description             C99 parser and pretty-printer

long_description        Language.C is a parser and pretty-printer framework \
                        for C99 and the extensions of gcc.

checksums               md5     4e0360b6439bd8d6519cec6bc213d906 \
                        sha1    8f54ef07ba75888a4e0670bbc8fccf2474d4cb48 \
                        rmd160  dab75d7d02fe21e915b32e63112274c46810c94a

depends_build-append    path:bin/happy:happy \
                        path:bin/alex:alex
