openbsd-ports/net/ruby-eventmachine/Makefile

24 lines
450 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2010/11/24 21:35:15 jeremy Exp $
COMMENT= event-driven I/O for Ruby using the Reactor pattern
2009-08-09 08:27:47 -04:00
DISTNAME= eventmachine-0.12.8
REVISION = 2
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++
2009-04-23 03:22:03 -04:00
CONFIGURE_STYLE=ruby gem ext
.include <bsd.port.mk>