2012-12-04 06:09:38 +00:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-10-22 13:04:14 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= guard
|
2014-05-08 03:04:01 +00:00
|
|
|
PORTVERSION= 2.6.1
|
2011-11-16 18:57:10 +00:00
|
|
|
CATEGORIES= sysutils rubygems
|
2011-10-22 13:04:14 +00:00
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Command line tool to easily handle events on file system modifications
|
|
|
|
|
2013-06-08 22:37:57 +00:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2013-04-16 16:14:29 +00:00
|
|
|
RUN_DEPENDS= rubygem-formatador>=0.2.4:${PORTSDIR}/devel/rubygem-formatador \
|
2014-03-25 19:33:39 +00:00
|
|
|
rubygem-listen>=2.7:${PORTSDIR}/devel/rubygem-listen \
|
2013-10-06 18:32:10 +00:00
|
|
|
rubygem-lumberjack>=1:${PORTSDIR}/devel/rubygem-lumberjack \
|
|
|
|
rubygem-pry>=0.9.12:${PORTSDIR}/devel/rubygem-pry \
|
|
|
|
rubygem-thor>=0.18.1:${PORTSDIR}/devel/rubygem-thor
|
2011-10-22 13:04:14 +00:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/guard
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|