Ticket #50412: Portfile

File Portfile, 738 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       split 0.2.3
8revision            1
9checksums           rmd160  07ecb46e17402354b59df4c0dd27e1d1d3215314 \
10                    sha256  a6d100e433fa27eda72127475ba9c55481ca4105cfbb6ff55b67023d00ccead9
11
12platforms           darwin
13license             BSD
14maintainers         nomaintainer
15
16description         Haskell split methods
17long_description    A collection of various methods for splitting lists into \
18                    parts, akin to the split-function found in several \
19                    mainstream languages.
20