24 lines
479 B
Makefile
24 lines
479 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
|
|
PORTNAME= pry
|
|
PORTVERSION= 0.14.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= IRB alternative and runtime developer console
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-coderay>=1.1<2:textproc/rubygem-coderay \
|
|
rubygem-method_source>=1.0<2:devel/rubygem-method_source
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/pry
|
|
|
|
.include <bsd.port.mk>
|