blob: dc8d382c7b0fdbd84a43a3a642d18f922efac92b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= celluloid-supervision
PORTVERSION= 0.20.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Supervisors, supervision groups, and supervision trees for Celluloid
LICENSE= MIT
RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \
rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \
rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \
rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|