freebsd-ports/www/rubygem-jquery-rails/Makefile
Steve Wills d785230ac8 - Update rails to 3.2.12
- Update dependent ports, including:
- Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262
- Update activemodel to 3.2.12 to resolve CVE-2013-0276

Security:	forthcoming
2013-02-16 20:54:38 +00:00

19 lines
441 B
Makefile

# Created by: Jason Helfman <jhelfman@experts-exchange.com>
# $FreeBSD$
PORTNAME= jquery-rails
PORTVERSION= 2.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides a rails generator for jquery
RUN_DEPENDS+= rubygem-railties>=3.2.10:${PORTSDIR}/www/rubygem-railties \
rubygem-thor>=0.16:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>