mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
27 lines
692 B
Makefile
27 lines
692 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guard
|
|
PORTVERSION= 2.6.1
|
|
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>=2.7:${PORTSDIR}/devel/rubygem-listen \
|
|
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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/guard
|
|
|
|
.include <bsd.port.mk>
|