2011-09-16 11:13:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/09/16 11:13:40 espie Exp $
|
2009-04-18 19:34:34 +00:00
|
|
|
|
2009-06-17 13:35:36 +00:00
|
|
|
COMMENT= event-driven I/O for Ruby using the Reactor pattern
|
2009-04-18 19:34:34 +00:00
|
|
|
|
2009-08-09 12:27:47 +00:00
|
|
|
DISTNAME= eventmachine-0.12.8
|
2011-09-16 11:13:37 +00:00
|
|
|
REVISION = 4
|
2009-04-18 19:34:34 +00:00
|
|
|
CATEGORIES= net devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://rubyeventmachine.com/
|
|
|
|
|
|
|
|
# ruby or gpl2
|
|
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
PERMIT_PACKAGE_FTP= yes
|
|
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
|
|
PERMIT_DISTFILES_FTP= yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
2010-10-26 21:42:13 +00:00
|
|
|
WANTLIB= crypto ssl stdc++
|
2009-04-23 07:22:03 +00:00
|
|
|
|
2010-10-26 21:42:13 +00:00
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
2009-04-18 19:34:34 +00:00
|
|
|
|
2011-03-25 16:39:24 +00:00
|
|
|
MODRUBY_REGRESS = rake
|
|
|
|
|
|
|
|
do-regress:
|
|
|
|
cd ${WRKSRC} && RUBYOPT=-Ilib:. ${RAKE} default
|
|
|
|
|
2009-04-18 19:34:34 +00:00
|
|
|
.include <bsd.port.mk>
|