aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-thin/Makefile
blob: 3a261e6492c7c1c329cb8bb9880557db270f2006 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                            
                      
                            
                  
 
                                

                                                      
                                                                  
                                                                                     
                                                                        
 

                   
                           
                        
 
                      
# Ports collection makefile for:	thin
# Date created:				24 Jan 2008
# Whom:					Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$

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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	A fast and very simple Ruby web server

RUN_DEPENDS=	rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
		rubygem-eventmachine>=0.12.6:${PORTSDIR}/devel/rubygem-eventmachine \
		rubygem-daemons>=1.0.9:${PORTSDIR}/devel/rubygem-daemons

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/thin

.include <bsd.port.mk>