Ticket #53324: Portfile

File Portfile, 600 bytes (added by kencu (Ken), 7 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
3PortSystem          1.0
4PortGroup           haskell 1.0
5
6haskell.setup       bytestring-show 0.3.5.6
7checksums           rmd160  751da0fd03aee5775ac7d58883e697aa866f64b8 \
8                    sha256  29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812
9
10
11maintainers         nomaintainer
12description         Efficient conversion of values into readable byte strings.
13long_description    ${description}
14
15platforms           darwin
16license             BSD
17