openbsd-ports/net/ruby-eventmachine/Makefile
jeremy c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00

29 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/09/23 16:57:34 jeremy Exp $
COMMENT= event-driven I/O for Ruby using the Reactor pattern
DISTNAME= eventmachine-0.12.8
REVISION = 5
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
WANTLIB= crypto ssl stdc++
CONFIGURE_STYLE=ruby gem ext
MODRUBY_REGRESS = rake
do-regress:
cd ${WRKSRC} && RUBYOPT=-Ilib:. ${RAKE} default
.include <bsd.port.mk>