freebsd-ports/sysutils/rubygem-guard/Makefile
Sunpoet Po-Chuan Hsieh ef6c22b0a2 - Fix CATEGORIES: it should be rubygems, not ruby
Feature safe:	yes
2011-11-16 18:57:10 +00:00

24 lines
516 B
Makefile

# New ports collection makefile for: rubygem-guard
# Date created: 2011-10-20
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= guard
PORTVERSION= 0.8.8
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line tool to easily handle events on file system modifications
RUN_DEPENDS= rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/guard
.include <bsd.port.mk>