2009-12-01 02:06:25 +01:00
|
|
|
# Ports collection makefile for: rubygem-directory_watcher
|
|
|
|
# Date created: 30 Nov 2009
|
|
|
|
# Whom: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= directory_watcher
|
2010-08-27 02:14:16 +02:00
|
|
|
PORTVERSION= 1.3.2
|
2009-12-01 02:06:25 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2009-12-01 02:06:25 +01:00
|
|
|
|
|
|
|
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>
|