pkgsrc/www/mongrel/Makefile
jperkin 9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00

20 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.17 2014/03/13 11:08:53 jperkin Exp $
DISTNAME= mongrel-1.1.5
PKGREVISION= 3
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://github.com/fauna/mongrel
COMMENT= Fast HTTP library and server for Ruby
LICENSE= gnu-gpl-v2 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.3:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
CONFLICTS+= ruby[1-9][0-9]-mongrel-[0-9]* mongrel-[0-9]*
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"