f4542e4eb3
PKG_ARCH = * removed from many ports as it is added automatically for pure ruby gem ports. Switch ports that previously used GEM_SKIPDEPENDS to adding dependencies or modifying the underlying gem metadata with patches. OK landry@
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/11/08 23:28:54 jeremy Exp $
|
|
|
|
COMMENT= event-driven I/O for Ruby using the Reactor pattern
|
|
|
|
DISTNAME= eventmachine-0.12.8
|
|
REVISION = 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|