Commits
David B. Evans authored d6746919973
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.24 5.26 |
7 7 | perl5.setup MooX-StrictConstructor 0.008 |
8 8 | license {Artistic-1 GPL} |
9 - | maintainers {devans @dbevans} openmaintainer |
9 + | maintainers nomaintainer |
10 10 | description MooX::StrictConstructor - Make your Moo-based object constructors blow up on unknown attributes. |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 15 | checksums rmd160 80d942941e1d385a1a28afd89890fc14f5ea9a27 \ |
16 16 | sha256 bf1ff7b5d22e9fbaa37eafaa7bdef1997fbd853f1d893ebdcf75a360e67081ac |
17 17 | |
18 18 | if {${perl5.major} != ""} { |
19 19 | depends_build-append \ |