mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
I've joined ruby team. So pass maintainership of my rubygem ports to ruby@ so members can maintain them.
20 lines
404 B
Makefile
20 lines
404 B
Makefile
PORTNAME= debug
|
|
DISTVERSION= 1.9.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Debugging functionality for Ruby
|
|
WWW= https://rubygems.org/gems/debug
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-irb>=1.10<2:devel/rubygem-irb \
|
|
rubygem-reline>=0.3.8:devel/rubygem-reline
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/rdbg
|
|
|
|
.include <bsd.port.mk>
|