openbsd-ports/www/ruby-mongrel/Makefile

45 lines
943 B
Makefile
Raw Normal View History

2008-09-28 11:52:15 -04:00
# $OpenBSD: Makefile,v 1.11 2008/09/28 15:52:15 bernd Exp $
SHARED_ONLY= Yes
COMMENT= fast HTTP library and server for Ruby
2008-09-28 11:52:15 -04:00
DISTNAME= mongrel-1.1.5
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
2007-09-20 08:48:05 -04:00
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=mongrel/}
WANTLIB= c m
MODULES= lang/ruby
2008-09-28 11:52:15 -04:00
LIB_DEPENDS= ${MODRUBY_LIB_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :ruby-daemons->=1.0.3:devel/ruby-daemons \
:ruby-gem_plugin->=0.2.3:devel/ruby-gem_plugin \
:ruby-fastthread->=1.0.1:devel/ruby-fastthread
GEM_SKIPDEPENDS=cgi_multipart_eof_fix
CONFIGURE_STYLE=ruby gem
REGRESS_DEPENDS=:${PKGNAME}:www/ruby-mongrel
do-regress:
@cd ${WRKDIST} && touch Rakefile && ${RUBY} setup.rb test && \
rm -f Rakefile
.include <bsd.port.mk>