openbsd-ports/www/ruby-thin/Makefile
bernd e282cc076f Initial import of ruby-thin-1.2.2.
Thin is a Ruby web server that glues together 3 of the best Ruby
libraries in web history:

 * Mongrel parser: the root of Mongrel speed and security

 * Event Machine: a network I/O library with extremely high
   scalability, performance and stability

 * Rack: a minimal interface between webservers and Ruby frameworks

Based on a submission from Clint Pachl. Thanks!
2009-08-20 21:03:23 +00:00

32 lines
707 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/08/20 21:03:23 bernd Exp $
SHARED_ONLY = Yes
COMMENT = fast and very simple Ruby web server
DISTNAME = thin-1.2.2
PKGNAME = ruby-${DISTNAME}
CATEGORIES = www
HOMEPAGE = http://code.macournoyer.com/thin/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=thin/}
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
WANTLIB = c m
LIB_DEPENDS = ${MODRUBY_LIB_DEPENDS}
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-rack->=0.3.0:www/ruby-rack \
:ruby-daemons->=1.0.9:devel/ruby-daemons \
:ruby-eventmachine->=0.12.0:net/ruby-eventmachine
.include <bsd.port.mk>