Commits
David B. Evans authored a9bc545feef
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 5.28 5.30 |
7 - | perl5.setup Alien-Build 1.89 ../../authors/id/P/PL/PLICEASE |
7 + | perl5.setup Alien-Build 1.91 ../../authors/id/P/PL/PLICEASE |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers {devans @dbevans} openmaintainer |
10 10 | description Alien::Build - Build external dependencies for use in CPAN |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 fb4be42e76c1183d0bc4021ed534adad83349178 \ |
16 - | sha256 ffe36fa5b43c2e9c8c72a074a5ebc7d17821c0e297cd226797b0c192362027cb \ |
17 - | size 271051 |
15 + | checksums rmd160 c49a2969ffe1a6709871f9ea080c4fa805c99375 \ |
16 + | sha256 bb6a4052595c139d13dba5842fa640b9fe9953eef5294f5d6a614c8c757322d0 \ |
17 + | size 270385 |
18 18 | |
19 19 | if {${perl5.major} != ""} { |
20 20 | depends_build-append \ |
21 21 | port:p${perl5.major}-test2-suite |
22 22 | |
23 23 | depends_lib-append \ |
24 24 | port:pkgconfig \ |
25 25 | port:p${perl5.major}-capture-tiny \ |
26 26 | port:p${perl5.major}-ffi-checklib \ |
27 27 | port:p${perl5.major}-file-chdir \ |