22 lines
509 B
Makefile
22 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.24 2016/11/04 21:47:24 jeremy Exp $
|
|
|
|
COMMENT = fast and very simple Ruby web server
|
|
|
|
DISTNAME = thin-1.7.0
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://code.macournoyer.com/thin/
|
|
|
|
# Ruby/GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR}>=1.0,<3.0 \
|
|
devel/ruby-daemons,${MODRUBY_FLAVOR}>=1.0.9,<2.0 \
|
|
net/ruby-eventmachine,${MODRUBY_FLAVOR}>=1.0.4,<2.0
|
|
|
|
.include <bsd.port.mk>
|