aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-serverengine/Makefile
blob: ed894cf0198dcc8973ef7c4e19b6a5b5fa5f42b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	serverengine
PORTVERSION=	2.3.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	girgen@FreeBSD.org
COMMENT=	Framework to implement robust multiprocess servers
WWW=		https://github.com/treasure-data/serverengine

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-sigdump>=0.2.2:devel/rubygem-sigdump

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>