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 Role-Tiny 1.003002 ../by-authors/id/H/HA/HAARG |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | license {Artistic-1 GPL} |
---|
13 | |
---|
14 | supported_archs noarch |
---|
15 | |
---|
16 | description Role::Tiny - Roles. Like a nouvelle cuisine portion size slice of Moose. |
---|
17 | |
---|
18 | long_description Role::Tiny is a minimalist role composition tool. |
---|
19 | |
---|
20 | checksums sha256 7eded275f400aad4eb3624ab395ab9132e299a46d75a21299e6c95e271643676 \ |
---|
21 | rmd160 e97c7d638bab63374fed1d6c5dfde97b68d41222 |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_lib-append port:p${perl5.major}-test-fatal |
---|
25 | } |
---|