openbsd-ports/www/ruby-rails/Makefile
jcs 0d1d199f5c update to rails-1.2.4
"This release contains additional deprecation notices, security
fixes and some minor performance improvements. All users of 1.2.3
are advised to upgrade."
2007-10-05 14:52:00 +00:00

30 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.10 2007/10/05 14:52:00 jcs Exp $
COMMENT= ruby MVC web application framework
DISTNAME= rails-1.2.4
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.3:mail/ruby-actionmailer \
:ruby-actionwebservice->=1.2.4:www/ruby-actionwebservice \
:ruby-activesupport->=1.4.3:devel/ruby-activesupport
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>