Ticket #25348: Portfile

File Portfile, 887 bytes (added by Mathias.Laurin+macports@…, 14 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                dash
7version                         0.5.6.1
8categories          shells
9platforms           macosx
10maintainers         gmail.com:Mathias.Laurin+macports
11description         DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant
12long_description    DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant
13
14homepage                        http://gondor.apana.org.au/~herbert/dash/
15
16distname            ${name}-${version}
17master_sites        http://gondor.apana.org.au/~herbert/dash/files/
18checksums           md5 1c846f4f5a33c0050b2045a6f7037e56
19
20livecheck.distname  dash
21
22depends_lib         port:pkgconfig
23
24#use_configure no
25#patchfiles                     patch-Makefile.diff
26