dc0635e519
=== raindrops 0.13.0 several minor fixes and improvements / 2014-02-18 20:59 UTC Most notably, this release is necessary for Ruby 2.2 (dev). Thanks to Koichi Sasada for the bug report! Eric Wong (5): Rakefile: remove raa_update task last_data_recv: do not assume Unicorn includes all constants raindrops.gemspec: add wrongdoc dev dependency linux_inet_diag: fix Ruby 2.2 (dev) build license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only) Hleb Valoshka (1): Remove Scope IDs from IPv6 addresses.
14 lines
351 B
Makefile
14 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/03/14 19:28:19 taca Exp $
|
|
|
|
DISTNAME= raindrops-0.13.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc@NetBSD.org
|
|
HOMEPAGE= http://raindrops.bogomips.org/
|
|
COMMENT= Real-time statistics for Rack HTTP servers
|
|
LICENSE= gnu-lgpl-v2.1 OR gnu-lgpl-v3
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|