17 lines
414 B
Makefile
17 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/02/21 16:01:13 taca Exp $
|
|
|
|
DISTNAME= eventmachine-0.12.10
|
|
PKGREVISION= 3
|
|
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"
|