Commits
David B. Evans authored 04cd14ec750
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-Config-Generate 0.31 ../by-authors/id/P/PL/PLICEASE |
7 + | perl5.setup Shell-Config-Generate 0.33 ../../authors/id/P/PL/PLICEASE |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers nomaintainer |
10 10 | description Shell::Config::Generate - Portably generate config for any shell |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 87c7b0f3bbe9c7138cd53257d0353ea7548a393e \ |
16 - | sha256 2678db9bb57a2754cfc0addc1127f1d8d807503cc5498874f3412eaef7e3590c |
15 + | checksums rmd160 011e8c3ae1f3ebe4752913d661fda7a3adb9d513 \ |
16 + | sha256 7a2de93aee09ee68dbf7979ced69ed9099086c3de9f96ca401b8c7ee1cb10b06 \ |
17 + | size 28382 |
17 18 | |
18 19 | if {${perl5.major} != ""} { |
19 20 | depends_build-append \ |
20 21 | port:p${perl5.major}-test-simple \ |
21 22 | port:p${perl5.major}-test2-suite |
22 23 | |
23 24 | depends_lib-append \ |
24 25 | port:p${perl5.major}-shell-guess |
25 26 | |
26 27 | supported_archs noarch |
27 28 | } |