mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
822 B
Tcl
20 lines
822 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 buftok 0.3.0 gem {} rubygems
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
description BufferedTokenizer extracts token-delimited entities \
|
|
from a sequence of arbitrary inputs
|
|
long_description {*}${description}
|
|
homepage https://github.com/sferik/buftok
|
|
checksums rmd160 5a403d46b65ab0be9cc412c4de56e18b082fb5da \
|
|
sha256 ed0d5ec6a6f68c8334019772bac63b84da18a73ac1c9e82074a281dd6d835b7f \
|
|
size 8192
|