aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-pry/Makefile
blob: 9711d392a84f50fa90cf78c679f68d5e164c60d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	pry
PORTVERSION=	0.14.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	IRB alternative and runtime developer console
WWW=		http://pryrepl.org/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-coderay>=1.1<2:textproc/rubygem-coderay \
		rubygem-method_source>=1.0<2:devel/rubygem-method_source

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/pry

.include <bsd.port.mk>