Commits
David B. Evans authored 4f868f51c37
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 Test-CleanNamespaces 0.22 |
7 + | perl5.setup Test-CleanNamespaces 0.23 |
8 8 | platforms darwin |
9 9 | maintainers nomaintainer |
10 10 | license {Artistic-1 GPL} |
11 11 | |
12 12 | description Test::CleanNamespaces - Check for uncleaned imports |
13 13 | |
14 14 | long_description This module lets you check your module's namespaces for \ |
15 15 | imported functions you might have forgotten to remove with \ |
16 16 | namespace::autoclean or namespace::clean and are therefore \ |
17 17 | available to be called as methods, which usually isn't want you want. |
18 18 | |
19 19 | supported_archs noarch |
20 20 | |
21 - | checksums rmd160 a2ad568d7e8a611c7ef2209d3da01b6842fbef65 \ |
22 - | sha256 862a221994dd413b2f350450f22c96f57cac78784b1aca1a8fc763fc5449aaca |
21 + | checksums rmd160 b7f61cd959d911e1863535462af1fa0bd5e19bb2 \ |
22 + | sha256 c7bf97f3c786b75f84341135904b492a1a36646aa65db3e0fd15a3cbe0864872 \ |
23 + | size 36036 |
23 24 | |
24 25 | if {${perl5.major} != ""} { |
25 26 | depends_build-append \ |
26 27 | port:p${perl5.major}-file-pushd \ |
27 28 | port:p${perl5.major}-moo \ |
28 29 | port:p${perl5.major}-mouse \ |
29 30 | port:p${perl5.major}-namespace-clean \ |
30 31 | port:p${perl5.major}-role-tiny \ |
31 32 | port:p${perl5.major}-sub-exporter \ |
32 33 | port:p${perl5.major}-test-deep \ |