You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.1 KiB
Tcl
29 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 Array-Iterator 0.136 ../../authors/id/N/NH/NHORNE
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description Array::Iterator - A simple class for iterating over Perl arrays
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 48494d9e286a0e048b14fffca56000130eb36e80 \
|
|
sha256 c447bd8f9fce36562cb50c5059df7d3b7e4fe08337e628796bb35d673c7c164d \
|
|
size 24337
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-capture-tiny \
|
|
port:p${perl5.major}-test-describeme \
|
|
port:p${perl5.major}-test-exception \
|
|
port:p${perl5.major}-test-most \
|
|
port:p${perl5.major}-test-needs
|
|
}
|