1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/rubygem-pry-byebug/Makefile
2019-11-03 17:19:15 +00:00

23 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= pry-byebug
PORTVERSION= 3.7.0
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.10<1:devel/rubygem-pry
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>