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.0 KiB
Tcl
30 lines
1.0 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 Config-JSON 1.5202
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license {Artistic-1 GPL}
|
|
supported_archs noarch
|
|
|
|
description A JSON-based config file system
|
|
|
|
long_description This package works with config files in JSON format. \
|
|
It also does some non-JSON stuff like allowing for \
|
|
comments in the files.
|
|
|
|
checksums rmd160 d4d785bdf07b0349246149672b41a9bdf69c55b9 \
|
|
sha256 fdbd4008ef8fb50b4cf26c6c45cc38c2597ddd54aec3b3145bbabb5cc25af930
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-deep
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-moo \
|
|
port:p${perl5.major}-json
|
|
}
|