You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
907 B
Tcl
27 lines
907 B
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 Struct-Dumb 0.16 ../../authors/id/P/PE/PEVANS
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Struct::Dumb - make simple lightweight record-like structures
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 30beb4e39d5fe179b5c97f3bd375af2759b7dafc \
|
|
sha256 ebc9032640777a5bf900a30de0e554356af9cd95101e512a34fe15535c682508 \
|
|
size 21659
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-simple
|
|
|
|
perl5.use_module_build
|
|
}
|