Ticket #21781: Portfile

File Portfile, 860 bytes (added by nate@…, 15 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
5
6name                natsort
7version             1.0.5
8categories          sysutils
9maintainers         nmurray
10description         Martin Pool's Natural Order String Comparison Sorting Utility
11long_description    natsort is a natural order string comparison sorting utility. Written by Martin Pool.
12homepage            http://sourcefrog.net/projects/natsort/
13platforms           darwin
14master_sites        sourceforge
15# master_sites        http://localhost/experiments/ports/natsort/releases/
16
17checksums           md5 1bc2d32c9c95595f3b67165ee370dade \
18                    sha1 3843dd1dbb0c7f1c593f99c6706907d3d363b655
19
20use_configure       no
21destroot.args       BINDIR=${destroot}${prefix}/bin