Ticket #50409: Portfile

File Portfile, 852 bytes (added by gorticus (Jason Mitchell), 8 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$
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       aeson-pretty 0.7.2
8revision            1
9checksums           rmd160  508ff37527d294a9bfb23e2491e8495500c8e558 \
10                    sha256  6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d
11
12platforms           darwin
13license             BSD
14maintainers         nomaintainer
15
16description         JSON pretty-printing compatible with hs-aeson
17long_description    ${description}
18
19depends_lib-append  port:hs-aeson \
20                    port:hs-attoparsec \
21                    port:hs-blaze-builder \
22                    port:hs-text \
23                    port:hs-unordered-containers \
24                    port:hs-vector