Files
pkgsrc-ng/www/thin/Makefile
2013-09-26 17:14:40 +02:00

19 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.12 2012/12/17 15:56:42 taca Exp $
DISTNAME= thin-1.5.0
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}-rack>=1.0.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.6:../../devel/ruby-eventmachine
CONFLICTS+= ruby[1-9][0-9]-thin-[0-9]* thin-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"