opnsense-ports/devel/rubygem-pry-rails/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
373 B
Makefile

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