opnsense-ports/sysutils/rubygem-guard-livereload/Makefile
Franco Fichtner 830dcbf7b8 */*: sync with upstream
Taken from: FreeBSD
2015-06-10 07:52:51 +02:00

23 lines
580 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= guard-livereload
PORTVERSION= 2.4.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automatically reloads your browser when 'view' files are modified
LICENSE= MIT
RUN_DEPENDS= rubygem-em-websocket>=0.5:${PORTSDIR}/www/rubygem-em-websocket \
rubygem-guard>=2.8:${PORTSDIR}/sysutils/rubygem-guard \
rubygem-multi_json>=1.8:${PORTSDIR}/devel/rubygem-multi_json
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>