Ticket #37754: Portfile

File Portfile, 843 bytes (added by nortcele, 11 years ago)

New version of p5-role-tiny portfile (Role::Tiny 1.003002)

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