ports/devel/rubygem-byebug/Makefile
Sunpoet Po-Chuan Hsieh 7f17da7129 Update to 11.0.1
- Take maintainership

Changes:	https://github.com/deivid-rodriguez/byebug/releases
2019-07-15 17:44:12 +00:00

20 lines
327 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= byebug
PORTVERSION= 11.0.1
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby 2 debugger
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/byebug
.include <bsd.port.mk>