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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Connect to Pry remotely using DRb
WWW=		https://github.com/Mon-Ouie/pry-remote

LICENSE=	ZLIB
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-pry>=0.9<1:devel/rubygem-pry \
		rubygem-slop3>=3.0<4:devel/rubygem-slop3

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/pry-remote

.include <bsd.port.mk>