aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-celluloid-supervision/Makefile
blob: f24105d3e2cc1289c2816176bb421654f1e10812 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	celluloid-supervision
PORTVERSION=	0.20.6
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Supervisors, supervision groups, and supervision trees for Celluloid
WWW=		https://github.com/celluloid/celluloid-supervision

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-timers>=4.1.1:devel/rubygem-timers

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>