freebsd-ports/www/rubygem-thin/Makefile
Philip M. Gollucci 341e7638fc - Update to 1.2.5
PR:             ports/147544
Submitted by:   pgollucci (myself)
Approved by:    maintainer timeout (clsung; 20 days)

Feature safe:   yes
2010-06-23 18:20:31 +00:00

24 lines
586 B
Makefile

# Ports collection makefile for: thin
# Date created: 24 Jan 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= thin
PORTVERSION= 1.2.5
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= clsung@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.8.1:${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>