freebsd-ports/www/rubygem-railties/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

25 lines
703 B
Makefile

# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
# $FreeBSD$
PORTNAME= railties
PORTVERSION= 3.2.12
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rails internals bootup, plugins, generators, and rake tasks
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor \
rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl \
rubygem-rdoc>=3.4:${PORTSDIR}/devel/rubygem-rdoc
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rails
.include <bsd.port.mk>