Martin Wilke 724e3341f6 - Update to 0.7.2
PR:		112879
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2007-05-27 10:40:33 +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.7.2
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>