27 lines
555 B
Makefile
27 lines
555 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/06/17 13:35:36 sthen Exp $
|
|
|
|
COMMENT= event-driven I/O for Ruby using the Reactor pattern
|
|
|
|
DISTNAME= eventmachine-0.12.6
|
|
PKGNAME= ruby-${DISTNAME}p1
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=eventmachine/}
|
|
|
|
MODULES= lang/ruby
|
|
LIB_DEPENDS= ${MODRUBY_LIB_DEPENDS}
|
|
|
|
WANTLIB= c crypto m ssl stdc++
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|