freebsd-ports/devel/rubygem-web-console2/Makefile
Steve Wills 6697b324cc devel/rubygem-web-console2: create port
Create port for 2.x version of rubygem-web-console which rails4 needs
2017-01-04 05:13:42 +00:00

26 lines
593 B
Makefile

# $FreeBSD$
PORTNAME= web-console
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 2
MAINTAINER= ruby@FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel4>=4.0:databases/rubygem-activemodel4 \
rubygem-binding_of_caller>=0.7.2:devel/rubygem-binding_of_caller \
rubygem-railties4>=4.0:www/rubygem-railties4 \
rubygem-sprockets-rails>=2.0:devel/rubygem-sprockets-rails
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PORTSCOUT= limit:^2\.
.include <bsd.port.mk>