pkgsrc/www/mongrel-cluster/Makefile

20 lines
610 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2010/09/13 14:39:31 taca Exp $
DISTNAME= mongrel_cluster-1.0.5
PKGREVISION= 1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/fauna/mongrel
COMMENT= Mongrel plugin to manage a mongrel cluster
LICENSE= gnu-gpl-v2 OR ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-gem_plugin>=0.2.3:../../misc/ruby-gem_plugin
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=1.0.2:../../www/mongrel
CONFLICTS+= ruby[1-9][0-9]-mongrel-cluster-[0-9]* mongrel-cluster-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"