pkgsrc/www/thin/Makefile
taca aa3f0d2107 www/thin: update to 1.8.0
Update thin package to 1.8.0.

1.8.0 (2020-11-13)

No update to CHANGELOG, please refer
<https://github.com/macournoyer/thin/compare/v1.7.2...v1.8.0> in detail.
2021-01-16 13:43:38 +00:00

19 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.22 2021/01/16 13:43:38 taca Exp $
DISTNAME= thin-1.8.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/macournoyer/thin
COMMENT= Fast and very simple Ruby web server
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.6.0:../../www/ruby-rack
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"