22 lines
433 B
Makefile
22 lines
433 B
Makefile
PORTNAME= pry
|
|
PORTVERSION= 0.14.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= IRB alternative and runtime developer console
|
|
WWW= http://pryrepl.org/
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/pry
|
|
|
|
.include <bsd.port.mk>
|