ports/devel/rubygem-web-console-rails50/Makefile
Joseph Mingrone 1b279c100b Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance.
2017-08-05 03:25:17 +00:00

24 lines
549 B
Makefile

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