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