openbsd-ports/www/ruby-sinatra/Makefile
bernd ff4b2a3f0f Initial import of ruby-sinatra-0.9.0.4.
Sinatra is a Domain Specific Language (DSL) for quickly creating
web-applications in Ruby.
It keeps a minimal feature set, leaving the developer to use the
tools that best suit them and their application.
2009-01-28 23:58:34 +00:00

29 lines
572 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/28 23:58:34 bernd Exp $
COMMENT = DSL for quickly creating web-applications in Ruby
DISTNAME = sinatra-0.9.0.4
PKGNAME = ruby-${DISTNAME}
CATEGORIES = www
HOMEPAGE = http://sinatra.github.com/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=sinatra/}
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-rack->=0.9.1:www/ruby-rack
PKG_ARCH = *
.include <bsd.port.mk>