openbsd-ports/devel/ruby-actionpack/Makefile
bernd 3a04f8708e Update to Ruby On Rails 2.1.
Tested by jcs@, thanks!
2008-06-17 22:54:19 +00:00

27 lines
562 B
Makefile

# $OpenBSD: Makefile,v 1.15 2008/06/17 22:54:19 bernd Exp $
COMMENT= eases web-request routing, handling, and response
DISTNAME= actionpack-2.1.0
PKGNAME= ruby-${DISTNAME}
CATEGORIES= devel
# MIT License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=actionpack/}
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :ruby-activesupport-2.1.0:devel/ruby-activesupport
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>