dc3c30bfcd
## 1.2.7 (May 12, 2018) * Fix segfault on large numbers of connections [#843]
15 lines
399 B
Makefile
15 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.25 2018/09/23 14:19:05 taca Exp $
|
|
|
|
DISTNAME= eventmachine-1.2.7
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyeventmachine.com/
|
|
COMMENT= Ruby event-driven I/O using the Reactor pattern
|
|
LICENSE= ruby-license
|
|
|
|
USE_LANGUAGES= c c++03
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|