aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-pry-rails/Makefile
blob: ca05e53db29e82015365e3e7e93d493b57328206 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pry-rails
PORTVERSION=	0.3.6
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.10.4:devel/rubygem-pry

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>