openbsd-ports/www/ruby-mongrel/Makefile
bernd 67c56bb029 Initial import of mongrel-0.3.13.4.
Mongrel is a fast HTTP library and server for Ruby that is intended for
hosting Ruby web applications of any kind using plain HTTP rather than
FastCGI or SCGI. It is framework agnostic and already supports Ruby On Rails,
Og+Nitro, and Camping frameworks.

From Jason LaRiviere <jason at indelicate dot net>, some cleanup by me.
2006-11-24 10:35:16 +00:00

36 lines
728 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/11/24 10:35:16 bernd Exp $
SHARED_ONLY= Yes
COMMENT= "fast HTTP library and server for Ruby"
DISTNAME= mongrel-0.3.13.4
PKGNAME= ruby-${DISTNAME}
CATEGORIES= www
MAINTAINER= Jason LaRiviere <jason@indelicate.net>
HOMEPAGE= http://mongrel.rubyforge.org/
# Ruby License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://rubyforge.org/frs/download.php/13231/
WANTLIB= c m
MODULES= lang/ruby
LIB_DEPENDS= ruby.>=1::lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :ruby-daemons->=0.4.2:devel/ruby-daemons \
:ruby-gem_plugin->=0.2.1:devel/ruby-gem_plugin
CONFIGURE_STYLE=ruby gem
.include <bsd.port.mk>