mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
17 lines
298 B
Makefile
17 lines
298 B
Makefile
PORTNAME= byebug
|
|
PORTVERSION= 12.0.0
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby 2 debugger
|
|
WWW= https://github.com/deivid-rodriguez/byebug
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/byebug
|
|
|
|
.include <bsd.port.mk>
|