forked from Lainports/freebsd-ports
Changes: https://github.com/macournoyer/thin/releases https://github.com/macournoyer/thin/blob/master/CHANGELOG
21 lines
454 B
Makefile
21 lines
454 B
Makefile
PORTNAME= thin
|
|
PORTVERSION= 1.8.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast and simple Ruby web server
|
|
WWW= https://github.com/macournoyer/thin
|
|
|
|
LICENSE= GPLv2+ RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-daemons>=1.0.9<2:devel/rubygem-daemons \
|
|
rubygem-eventmachine>=1.0.4<2:devel/rubygem-eventmachine \
|
|
rubygem-rack16>=1<3:www/rubygem-rack16
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/thin
|
|
|
|
.include <bsd.port.mk>
|