summaryrefslogtreecommitdiff
path: root/www/rubygem-eventmachine_httpserver/Makefile
blob: 62ea994967921f3d95c1832d320c45f91c326bf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Kimo <kimor79@yahoo.com>
# $FreeBSD$

PORTNAME=	eventmachine_httpserver
PORTVERSION=	0.2.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	EventMachine HTTP Server

LICENSE=	GPLv2

USE_RUBY=	yes
USES=		gem:autoplist

.include <bsd.port.mk>