pkgsrc/www/heel/Makefile

22 lines
722 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2013/03/17 15:57:46 taca Exp $
DISTNAME= heel-3.0.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/copiousfreetime/heel/
COMMENT= Static file web server based on Rack and Thin
LICENSE= modified-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-puma>=1.0<2:../../www/ruby-puma
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.7<1.1:../../textproc/ruby-coderay
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.2<3:../../misc/ruby-launchy
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.19<2:../../mail/ruby-mime-types
CONFLICTS+= ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]*
2011-12-17 08:10:51 +01:00
OVERRIDE_GEMSPEC+= coderay>=0.8.260 launchy>=0.3.2 thin>=1.2
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"