Commits
David B. Evans authored ed235c1d4c2
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 Alien-Base-ModuleBuild 1.05 |
7 + | perl5.setup Alien-Base-ModuleBuild 1.06 |
8 8 | license {Artistic-1 GPL} |
9 9 | maintainers {devans @dbevans} openmaintainer |
10 10 | description Alien::Base::ModuleBuild - A Module::Build subclass for building Alien:: modules and their libraries |
11 11 | long_description ${description}. For development of new Alien:: modules, consider using Alien::Build and alienfile instead. |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 - | checksums rmd160 6e8c7b6ba83bf18b42eb8af4cb6804ded5d2e9a4 \ |
16 - | sha256 ba6ededef7027ea7ab343286f261c7dce4bb8e83891fea2a38ef85e480419a6d \ |
17 - | size 64561 |
15 + | checksums rmd160 d0848dc51f016df286f4f0352895ac61eb83028b \ |
16 + | sha256 cc9d546ee5c90128306236ba3ab0ab4d46caafcdbcb889379b1b443c696a97b9 \ |
17 + | size 64694 |
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}-alien-build \ |
26 26 | port:p${perl5.major}-archive-extract \ |
27 + | port:p${perl5.major}-archive-tar \ |
27 28 | port:p${perl5.major}-capture-tiny \ |
28 29 | port:p${perl5.major}-file-chdir \ |
29 30 | port:p${perl5.major}-html-parser \ |
30 31 | port:p${perl5.major}-http-tiny \ |
31 32 | port:p${perl5.major}-module-build \ |
32 33 | port:p${perl5.major}-path-tiny \ |
33 34 | port:p${perl5.major}-shell-config-generate \ |
34 35 | port:p${perl5.major}-shell-guess \ |
35 36 | port:p${perl5.major}-sort-versions \ |
36 37 | port:p${perl5.major}-text-parsewords \ |