16 lines
417 B
Makefile
16 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.26 2020/01/18 21:49:15 jperkin 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++03
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|