openbsd-ports/www/ruby-rails/Makefile
jcs fe8244b3b0 security update to rails-1.2.5
"This release closes a JSON XSS vulnerability, fixes a couple of
minor regressions introduced in 1.2.4, and backports a handful of
features and fixes from the 2.0 preview release.

All users of Rails 1.2.4 or earlier are advised to upgrade to 1.2.5,
though it isn't strictly necessary if you aren't working with JSON.
For more information the JSON vulnerability, see CVE-2007-3227."
2007-10-15 15:32:59 +00:00

30 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.11 2007/10/15 15:32:59 jcs Exp $
COMMENT= ruby MVC web application framework
DISTNAME= rails-1.2.5
PKGNAME= ruby-${DISTNAME}
CATEGORIES= www
# MIT License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=rails/}
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :ruby-rake-0.7.3:devel/ruby-rake \
:ruby-actionmailer->=1.3.5:mail/ruby-actionmailer \
:ruby-actionwebservice->=1.2.5:www/ruby-actionwebservice \
:ruby-activesupport->=1.4.4:devel/ruby-activesupport
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>