Ticket #50415: Portfile

File Portfile, 627 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       xml-types 0.3.6
8revision            1
9checksums           rmd160  1a2cbe7669baaccc6cd1821f4e358212d23a7e00 \
10                    sha256  9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9
11
12platforms           darwin
13license             MIT
14maintainers         nomaintainer
15
16description         Basic types for representing XML
17long_description    ${description}
18
19depends_lib-append  port:hs-text