openbsd-ports/www/ruby-mongrel/Makefile

36 lines
728 B
Makefile
Raw Normal View History

# $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>