1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/rubygem-web-console/Makefile
2019-04-09 19:06:27 +00:00

25 lines
524 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.4.0:devel/rubygem-bindex \
rubygem-railties5>=5.0:www/rubygem-railties5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>