Files
2026-04-15 13:44:37 -07:00

25 lines
977 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 pathutil 0.16.2 gem {} rubygems
categories-append devel
license MIT
maintainers nomaintainer
platforms any
supported_archs noarch
description Faster pure Ruby implementation of Pathname
long_description Pathutil provides a faster pure Ruby implementation of \
Pathname with extra helpers.
homepage https://github.com/envygeeks/pathutil
checksums rmd160 d3931a19cdc9afbfdc8fc81121b35a40309c3415 \
sha256 e43b74365631cab4f6d5e4228f812927efc9cb2c71e62976edcb252ee948d589 \
size 11776
if {${name} ne ${subport}} {
depends_run-append \
port:rb${ruby.suffix}-forwardable-extended
}