ports/devel/rubygem-pry-rails/Makefile
2021-04-06 16:31:07 +02:00

21 lines
365 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= pry-rails
PORTVERSION= 0.3.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Use Pry as your rails console
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= rubygem-pry>=0.10.4:devel/rubygem-pry
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>