1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/rubygem-web-console/Makefile
Sunpoet Po-Chuan Hsieh 2d86103e47 - Update to 2.1.3
Changes:	https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
Security:	eb8a8978-8dd5-49ce-87f4-49667b2166dd
Security:	CVE-2015-3224
2015-06-17 17:25:58 +00:00

24 lines
595 B
Makefile

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