summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-guard/Makefile
blob: bd0c5d70727db37c042e8830d128a1fc2532b5dd (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
26
27
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	guard
PORTVERSION=	1.8.3
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Command line tool to easily handle events on file system modifications

LICENSE=	MIT

RUN_DEPENDS=	rubygem-formatador>=0.2.4:${PORTSDIR}/devel/rubygem-formatador \
		rubygem-listen>=1.3:${PORTSDIR}/devel/rubygem-listen \
		rubygem-lumberjack>=1.0.2:${PORTSDIR}/devel/rubygem-lumberjack \
		rubygem-pry>=0.9.10:${PORTSDIR}/devel/rubygem-pry \
		rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/guard

NO_STAGE=	yes
.include <bsd.port.mk>