You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
44 lines
1.8 KiB
Tcl
44 lines
1.8 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 Sub-HandlesVia 0.053005 ../../authors/id/T/TO/TOBYINK
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Sub::HandlesVia - alternative handles_via implementation
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 4a20fccd9cd685dcbc8a412cd079755d159bce8c \
|
|
sha256 dc706e094a378a819f74eb3266ad78dabc16d941c1c5d08702d1e4cf45c9859e \
|
|
size 193235
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-class-tiny \
|
|
port:p${perl5.major}-moo \
|
|
port:p${perl5.major}-moox-typetiny \
|
|
port:p${perl5.major}-moose \
|
|
port:p${perl5.major}-moosex-arrayref \
|
|
port:p${perl5.major}-moosex-extended \
|
|
port:p${perl5.major}-moosex-insideout \
|
|
port:p${perl5.major}-mouse \
|
|
port:p${perl5.major}-object-pad \
|
|
port:p${perl5.major}-test-fatal \
|
|
port:p${perl5.major}-test-requires \
|
|
port:p${perl5.major}-try-tiny
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-class-method-modifiers \
|
|
port:p${perl5.major}-exporter-tiny \
|
|
port:p${perl5.major}-role-hooks \
|
|
port:p${perl5.major}-role-tiny \
|
|
port:p${perl5.major}-scalar-list-utils \
|
|
port:p${perl5.major}-type-tiny
|
|
}
|