freebsd-ports/www/rubygem-thin/Makefile
Cheng-Lung Sung c4cd802e3a - Update to 0.6.1
Changes:
2008-01-30 10:28:23 +00:00

22 lines
614 B
Makefile

# Ports collection makefile for: thin
# Date created: 24 Jan 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= thin
PORTVERSION= 0.6.1
CATEGORIES= www rubygems
MASTER_SITES= RF
MAINTAINER= clsung@FreeBSD.org
COMMENT= A fast and very simple Ruby web server
BUILD_DEPENDS= rackup:${PORTSDIR}/www/rubygem-rack \
rubygem-eventmachine>=0.8.1:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-daemons>=1.0.9:${PORTSDIR}/devel/rubygem-daemons
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>