pkgsrc/devel/ruby-eventmachine/Makefile
jlam 756a3cf2d7 Initial import of ruby18-eventmachine-0.10.0 as devel/ruby-eventmachine.
Ruby/EventMachine is a fast, simple event-processing library for Ruby
programs.  It lets you write network clients and servers without
handling sockets -- all you do is send and receive data.  Single-threaded
socket engine -- scalable and fast!
2008-04-04 15:16:56 +00:00

17 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:16:56 jlam Exp $
DISTNAME= eventmachine-0.10.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyeventmachine.com/
COMMENT= Ruby event-driven I/O using the Reactor pattern
USE_LANGUAGES= c c++
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"