# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/www/rubygem-thin/Makefile 414136 2016-04-27 21:57:31Z swills $

PORTNAME=	thin
PORTVERSION=	1.6.4
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast and simple Ruby web server

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

RUN_DEPENDS=	rubygem-daemons>=1.0.9:devel/rubygem-daemons \
		rubygem-eventmachine>=1.0.4:devel/rubygem-eventmachine \
		rubygem-rack16>=1.0:www/rubygem-rack16

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/thin

.include <bsd.port.mk>
