forked from Lainports/freebsd-ports
- Remove outdated RUBY_VER check Changes: https://github.com/deivid-rodriguez/byebug/blob/master/CHANGELOG.md
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= byebug
|
|
PORTVERSION= 4.0.5
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby 2 debugger
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= rubygem-columnize>=0.9.0:${PORTSDIR}/devel/rubygem-columnize
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/byebug
|
|
|
|
.include <bsd.port.mk>
|