Commits
David B. Evans authored ff23e5d58cb
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 |
7 - | perl5.setup Shell-Guess 0.08 |
7 + | perl5.setup Shell-Guess 0.09 |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 10 | description Shell::Guess - Make an educated guess about the shell in use |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 9abe8451529809e276c7e4dbfb4d1f143b82f0fa \ |
16 - | sha256 272b329aeecd59420a389effb2e8f97d4cd8f09cdddf654e3e9edcbb9fcd35d8 |
15 + | checksums rmd160 e96f47b2c7665ef43f6b9a086af774ee551dde15 \ |
16 + | sha256 4069fa2637e443118ed956d710231d166823d23b2a64eb87b8a46872e865a12b \ |
17 + | size 21663 |
17 18 | |
18 19 | if {${perl5.major} != ""} { |
19 20 | depends_lib-append \ |
20 21 | port:p${perl5.major}-unix-process |
21 22 | |
22 23 | supported_archs noarch |
23 24 | } |