mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
507 B
Makefile
23 lines
507 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD: head/devel/rubygem-pry/Makefile 485163 2018-11-17 17:33:03Z sunpoet $
|
|
|
|
PORTNAME= pry
|
|
PORTVERSION= 0.12.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= IRB alternative and runtime developer console
|
|
|
|
RUN_DEPENDS= rubygem-coderay>=1.1.0:ruby/rubygem-coderay \
|
|
rubygem-method_source>=0.9.0:ruby/rubygem-method_source
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/pry
|
|
|
|
.include <bsd.port.mk>
|