Merge from vendor branch TNF:
[pkgsrcv2.git] / www / heel / Makefile
1 # $NetBSD: Makefile,v 1.3 2010/09/10 10:55:21 taca Exp $
2
3 DISTNAME=       heel-2.0.0
4 CATEGORIES=     www
5
6 MAINTAINER=     pkgsrc-users@NetBSD.org
7 HOMEPAGE=       http://copiousfreetime.rubyforge.org/heel/
8 COMMENT=        Static file web server based on Rack and Thin
9 LICENSE=        modified-bsd
10
11 DEPENDS+=       ${RUBY_PKGPREFIX}-thin>=1.2.0:../../www/thin
12 DEPENDS+=       ${RUBY_PKGPREFIX}-coderay>=0.8.260:../../textproc/ruby-coderay
13 DEPENDS+=       ${RUBY_PKGPREFIX}-launchy>=0.3.2:../../misc/ruby-launchy
14 DEPENDS+=       ${RUBY_PKGPREFIX}-mime-types>=1.16:../../mail/ruby-mime-types
15
16 CONFLICTS+=     ruby[1-9][0-9]-heel-[0-9]* heel-[0-9]*
17
18 .include "../../lang/ruby/gem.mk"
19 .include "../../mk/bsd.pkg.mk"