cb79917871
for gathering filesystem information, such as disk space and mount point data. WWW: http://sysutils.rubyforge.org/ PR: ports/149382 Submitted by: Eric Freeman <freebsdports at chillibear.com>
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# Ports collection makefile for: rubygem-sys-filesystem
|
|
# Date created: 30 July 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sys-filesystem
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= A Ruby interface for getting filesystem information
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|