You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup MooseX-Params-Validate 0.21 ../by-authors/id/D/DR/DROLSKY/
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description an extension of Params::Validate for using Moose's types
|
|
long_description ${description}
|
|
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 703f6ca2a17f6b652fbf3d2b00b750e62ccccf40 \
|
|
sha256 88295446aba999cbb8f998d7fb9a2701d6617394a51d6d724c774e6d9ff139d9
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-fatal
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-devel-caller \
|
|
port:p${perl5.major}-moose \
|
|
port:p${perl5.major}-params-validate \
|
|
port:p${perl5.major}-sub-exporter
|
|
}
|