opnsense-ports/devel/rubygem-web-console/Makefile
Franco Fichtner a3954726c0 */*: sync with upstream
Taken from: HardenedBSD
2019-04-08 17:09:54 +02:00

24 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>