== 1.7.2 Bachmanity * Add config support for ssl_version and ssl_cipher_list [frameworked]
19 lines
572 B
Makefile
19 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.21 2017/09/10 16:19:05 taca Exp $
|
|
|
|
DISTNAME= thin-1.7.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.macournoyer.com/thin/
|
|
COMMENT= Fast and very simple Ruby web server
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack16>=1.6.0:../../www/ruby-rack16
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.0.9:../../misc/ruby-daemons
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.4:../../devel/ruby-eventmachine
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|