Files
pkgsrc-ng/www/thin/Makefile
2016-11-18 22:39:22 +01:00

20 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.18 2015/10/04 15:40:20 taca Exp $
DISTNAME= thin-1.6.4
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.macournoyer.com/thin/
COMMENT= Fast and very simple Ruby web server
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack15>=1.0.0:../../www/ruby-rack15
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.4:../../devel/ruby-eventmachine
USE_GCC_RUNTIME= yes
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"