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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
8 | perl5.setup MooX-Types-MooseLike 0.25 |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license {Artistic-1 GPL} |
---|
13 | |
---|
14 | supported_archs noarch |
---|
15 | |
---|
16 | description MooX::Types::MooseLike - some Moosish types and a type builder |
---|
17 | |
---|
18 | long_description ${description} |
---|
19 | |
---|
20 | checksums sha256 33e26df9853ab429a2978d8131304b91b4baadce4b3a908863de44061e4b69c9 \ |
---|
21 | rmd160 0db806d73239297884b8cd24a5ca732cef244dcf |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_lib-append port:p${perl5.major}-module-runtime |
---|
25 | depends_build-append port:p${perl5.major}-moo \ |
---|
26 | port:p${perl5.major}-test-fatal |
---|
27 | } |
---|