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
721 B
Tcl
23 lines
721 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 0.9.3 gem {} rubygems
|
|
|
|
platforms any
|
|
supported_archs noarch
|
|
categories-append devel
|
|
maintainers {internode.on.net:arsptr @randomphrase}
|
|
|
|
depends_lib-append port:rb-ruby-debug-base
|
|
|
|
description Ruby CLI debugger
|
|
|
|
long_description {*}${description}
|
|
homepage https://github.com/ruby-debug/
|
|
|
|
checksums md5 e93d80dc013b1154ff5da2c0e371308e \
|
|
sha1 9d63c8a8527741194c49597d2bfc8fb8cd752261 \
|
|
rmd160 028872a1263a8bdfacb2f54d303a063548011e98
|