You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
23 lines
888 B
Tcl
23 lines
888 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.setup ruby-debug-base 0.9.3 gem {} rubygems
|
|
|
|
platforms darwin
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
|
|
description Ruby debugger base core C API
|
|
|
|
long_description Ruby debugger core API written in C. Use this if you want to \
|
|
create your own interface to the debugger and don't want to \
|
|
depend on changes to the ruby-debug CLI. The API is considered \
|
|
somewhat stable.
|
|
homepage https://github.com/ruby-debug/
|
|
|
|
checksums md5 9ba1ffabdf823225397834f3b64b83d5 \
|
|
sha1 96138d1287846f4ae23515de304f386f79c953c8 \
|
|
rmd160 ef1e4da6b3474fd1e883c90e72b3afe3ec6bf0c9
|