1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/rubygem-pry/Makefile
2017-11-15 19:56:25 +00:00

25 lines
487 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= pry
PORTVERSION= 0.11.3
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.9.0:devel/rubygem-method_source
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/pry
.include <bsd.port.mk>