mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
19 lines
343 B
Makefile
19 lines
343 B
Makefile
PORTNAME= pry-rails
|
|
PORTVERSION= 0.3.11
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Use Pry as your rails console
|
|
WWW= https://github.com/pry/pry-rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
RUN_DEPENDS= rubygem-pry>=0.13.0:devel/rubygem-pry
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|