freebsd-ports/devel/rubygem-web-console/Makefile
2018-09-03 19:04:49 +00:00

24 lines
520 B
Makefile

# $FreeBSD$
PORTNAME= web-console
PORTVERSION= 3.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
rubygem-actionview5>=5.0:devel/rubygem-actionview5 \
rubygem-bindex>=0:devel/rubygem-bindex \
rubygem-railties5>=5.0:www/rubygem-railties5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>