freebsd-ports/devel/rubygem-pry-rails/Makefile
Sunpoet Po-Chuan Hsieh fd00df404d Update to 0.3.9
- Take maintainership

Changes:	https://github.com/rweng/pry-rails/commits/master
2019-07-15 17:44:44 +00:00

22 lines
377 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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>