1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/rubygem-pry-byebug/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
379 B
Makefile

PORTNAME= pry-byebug
PORTVERSION= 3.9.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast debugging with Pry
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-byebug>=11.0<12:devel/rubygem-byebug \
rubygem-pry>=0.13.0<1:devel/rubygem-pry
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>