aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-directory_watcher/Makefile
blob: 774cb1dd5cc1e44b9e5c613e6952515825231301 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:	rubygem-directory_watcher
# Date created:				30 Nov 2009
# Whom:					Ryan Steinmetz (<rpsfa@rit.edu>)
#
# $FreeBSD$

PORTNAME=	directory_watcher
PORTVERSION=	1.3.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	rpsfa@rit.edu
COMMENT=	Scans a directory at a set interval and lists files

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>