pkgsrc/devel/ruby-eventmachine/Makefile
taca 96a50c0dc4 devel/ruby-eventmachine: fix build problem with Ruby 3.0
Change USE_LANGUAGES to contain c++11 instead of c++03 since
std::nullptr_t requires c++11.
2021-02-14 15:27:51 +00:00

16 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.27 2021/02/14 15:27:51 taca Exp $
DISTNAME= eventmachine-1.2.7
PKGREVISION= 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++11
.include "../../lang/ruby/gem.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"