mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
813 B
Tcl
20 lines
813 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.3 3.2 3.1
|
|
ruby.setup base64 0.2.0 gem {} rubygems
|
|
categories-append devel
|
|
platforms any
|
|
license BSD Ruby
|
|
maintainers nomaintainer
|
|
description Support for encoding and decoding binary data \
|
|
using a Base64 representation
|
|
long_description {*}${description}
|
|
homepage https://github.com/ruby/base64
|
|
checksums rmd160 4b5403b52d9f170b3c83f3467642456fb5615639 \
|
|
sha256 0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507 \
|
|
size 8704
|
|
supported_archs noarch
|