1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/rubygem-thin/Makefile
Steve Wills 56977337bb - Update to 1.6.2
PR:		ports/187998
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-29 15:43:35 +00:00

22 lines
508 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= thin
PORTVERSION= 1.6.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast and simple Ruby web server
RUN_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
rubygem-eventmachine>=1.0.0:${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>