17 lines
413 B
Makefile
17 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/02/12 23:17:50 tron Exp $
|
|
|
|
DISTNAME= eventmachine-1.0.3
|
|
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++
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|