mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.1 KiB
Tcl
26 lines
1.1 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 ruby 1.0
|
|
|
|
ruby.branches 3.4 3.3 3.2 3.1
|
|
ruby.setup addressable 2.9.0 gem {} rubygems
|
|
license Apache-2
|
|
platforms any
|
|
supported_archs noarch
|
|
categories-append net
|
|
maintainers nomaintainer
|
|
description Addressable is an alternative implementation to the URI \
|
|
implementation that is part of Ruby standard library
|
|
long_description {*}${description}. It is flexible, offers heuristic \
|
|
parsing, and additionally provides extensive support \
|
|
for IRIs and URI templates.
|
|
homepage https://github.com/sporkmonger/addressable
|
|
checksums rmd160 3fed2b93828763ae8659ebee575d6b0d5c9db919 \
|
|
sha256 7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af \
|
|
size 78336
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append port:rb${ruby.suffix}-public_suffix
|
|
}
|