# -*- 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.0 2.7 2.6 2.5 2.4
ruby.setup          gem-patch 0.1.6 gem
categories-append   devel
platforms           darwin
license             MIT
maintainers         {l2dy @l2dy} openmaintainer
supported_archs     noarch
description         A RubyGems plugin for patching gems
long_description    gem-patch is a RubyGems plugin that helps to patch gems \
                    without manually opening and rebuilding them. It opens a \
                    given .gem file, extracts it, patches it with system patch \
                    command, clones its spec, updates the file list and builds \
                    the patched gem.
homepage            https://github.com/fedora-ruby/gem-patch

checksums           rmd160  6c287f49f664282c381d6ca1486b8cd792b941ce \
                    sha256  4c641ed7a56822f9c497681d65daeab21eede44064874af922b567db6f47ffdd \
                    size    10240
