mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
17 lines
377 B
Makefile
17 lines
377 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD: head/devel/rubygem-eventmachine/Makefile 414136 2016-04-27 21:57:31Z swills $
|
|
|
|
PORTNAME= eventmachine
|
|
PORTVERSION= 1.2.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, simple event-processing library for Ruby programs
|
|
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|