Ticket #50411: Portfile
File Portfile, 595 bytes (added by gorticus (Jason Mitchell), 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$ |
3 | |
4 | PortSystem 1.0 |
5 | PortGroup haskell 1.0 |
6 | |
7 | haskell.setup rfc5051 0.1.0.3 |
8 | revision 1 |
9 | checksums rmd160 c57c90d2781058846a64363eeadfc918dc0c8fd1 \ |
10 | sha256 e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b |
11 | |
12 | platforms darwin |
13 | license BSD |
14 | maintainers nomaintainer |
15 | |
16 | description Simple unicode collation, RFC5051 |
17 | long_description ${description} |
18 |