1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Add LICENSE

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-28 16:24:59 +00:00
parent 99cdbe48a1
commit 306b78b8a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366425

View File

@ -9,14 +9,16 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Connect to Pry remotely using EventMachine
LICENSE= MIT
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
PLIST_FILES= bin/pry-remote-em
.include <bsd.port.mk>