mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
23 lines
521 B
Makefile
23 lines
521 B
Makefile
# Created by: Kimo <kimor79@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pry-remote-em
|
|
PORTVERSION= 0.7.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Connect to Pry remotely using EventMachine
|
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine \
|
|
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
|
|
rubygem-pry>=0.9:${PORTSDIR}/devel/rubygem-pry
|
|
|
|
PLIST_FILES+= bin/pry-remote-em
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|