mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
323 B
Makefile
19 lines
323 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD:ruby/Makefile 466091 2018-03-31 22:47:09Z sunpoet $
|
|
|
|
PORTNAME= byebug
|
|
PORTVERSION= 10.0.2
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby 2 debugger
|
|
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/byebug
|
|
|
|
.include <bsd.port.mk>
|