freebsd-ports/www/rubygem-thin/Makefile
Sunpoet Po-Chuan Hsieh a4439d4a13 - Update to 1.6.3
- Add LICENSE
- Sort RUN_DEPENDS

Changes:	https://github.com/macournoyer/thin/blob/master/CHANGELOG
2015-02-23 10:08:35 +00:00

25 lines
550 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= thin
PORTVERSION= 1.6.3
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:${PORTSDIR}/devel/rubygem-daemons \
rubygem-eventmachine>=1.0:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/thin
.include <bsd.port.mk>