aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-thin/Makefile
blob: f3d8fd49b4caba8dc2309812e8f0f9cdbdc01a33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/thin

.include <bsd.port.mk>