Martin Wilke 58be5032f0 - Update to 0.9.0
PR:		116426
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-09-20 00:54:34 +00:00

19 lines
504 B
Makefile

# Ports collection makefile for: rubygem-eventmachine
# Date created: 01 April 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= eventmachine
PORTVERSION= 0.9.0
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@logvinov.com
COMMENT= A fast, simple event-processing library for Ruby programs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>