blob: 6cc278093d275a2a3d1179b8f784992668d00ea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.10 2011/12/16 12:43:09 taca Exp $
DISTNAME= thin-1.3.1
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"
|