Ticket #46500: Portfile

File Portfile, 938 bytes (added by joelfred@…, 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 131201 2015-01-06 19:52:47Z cal@macports.org $
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       parsec 3.1.7
8checksums           rmd160  a4da38b8c74c529bfb2c75f92027d4b2f4470c8a \
9                    sha256  8aa31e78a7dc017d23a04cf99c8f836f1a49e2bda3f9149a8b89ab77ccb0078a
10
11maintainers         cal openmaintainer
12platforms           darwin
13license             BSD
14
15description         Haddock is a documentation-generation tool for Haskell libraries.
16long_description    \
17    These modules expose some functionality of it without pulling in \
18    the GHC dependency. Please note that the API is likely to change so \
19    specify upper bounds in your project if you can't release often. For \
20    interacting with Haddock itself, see the haddock package.