ff2508fd1b
## 1.2.0.1 (March 15, 2016) * Fix crash when accepting IPv6 connections due to struct sockaddr_in [#698, #699]
15 lines
399 B
Makefile
15 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.20 2016/03/16 13:04:18 taca Exp $
|
|
|
|
DISTNAME= eventmachine-1.2.0.1
|
|
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++
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|