mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
882 B
Tcl
21 lines
882 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 ruby 1.0
|
|
|
|
ruby.branches 3.4 3.3 3.2 3.1
|
|
ruby.setup safe_yaml 1.0.5 gem {} rubygems
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
platforms any
|
|
supported_archs noarch
|
|
description Parse YAML safely
|
|
long_description SafeYAML provides an alternative implementation of \
|
|
YAML.load suitable for accepting user input in Ruby \
|
|
applications.
|
|
homepage https://github.com/dtao/safe_yaml
|
|
checksums rmd160 fbc0812f4d624b8f33a5f7af4e720a2280b62bea \
|
|
sha256 a6ac2d64b7eb027bdeeca1851fe7e7af0d668e133e8a88066a0c6f7087d9f848 \
|
|
size 30720
|