freebsd-ports/www/rubygem-rack/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
610 B
Makefile

# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
# $FreeBSD$
# XXX: If updating this port, please check compatibality with at least the following ports,
# XXX: preferably, the full rubygem-* tree. rack version requirements are specified with ~>
# XXX: which requires *EXACTLY* that version.
#
# www/rubygem-actionpack
# www/rubygem-innate
PORTNAME= rack
PORTVERSION= 1.4.5
PORTEPOCH= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rack, a Ruby Webserver Interface
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rackup
.include <bsd.port.mk>