aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-pry/Makefile
blob: aea16b9e73cb19936819ca9e8eb632489b3e2111 (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
24
25
26
27
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$

PORTNAME=   pry
PORTVERSION=    0.10.3
PORTREVISION=   2
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    IRB alternative and runtime developer console

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    rubygem-coderay>=1.1.0:textproc/rubygem-coderay \
        rubygem-method_source>=0.8.1:devel/rubygem-method_source \
        rubygem-slop3>=3.4.0:devel/rubygem-slop3

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/pry

.include <bsd.port.mk>