Commits

David B. Evans authored bd4cf9f6057
p5-moosex-setonce: new port

MooseX::SetOnce - write-once, read-many attributes for Moose
No tags

perl/p5-moosex-setonce/Portfile

Added
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 +
3 +PortSystem 1.0
4 +PortGroup perl5 1.0
5 +
6 +perl5.branches 5.24 5.26
7 +perl5.setup MooseX-SetOnce 0.200002
8 +license {Artistic-1 GPL}
9 +maintainers nomaintainer
10 +description MooseX::SetOnce - write-once, read-many attributes for Moose
11 +long_description ${description}
12 +
13 +platforms darwin
14 +
15 +checksums rmd160 deb6cfaab51f713e07d8f6aaef2e1f15280ef95c \
16 + sha256 cbed06b7fcd353f0d99bf80a87c1c0b581160697231b3ad9a608da231ba2b659
17 +
18 +if {${perl5.major} != ""} {
19 + depends_build-append \
20 + port:p${perl5.major}-test-fatal
21 +
22 + depends_lib-append \
23 + port:p${perl5.major}-moose
24 +
25 + supported_archs noarch
26 +}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut