freebsd-ports/sysutils/rubygem-sys-filesystem/Makefile
Martin Wilke cb79917871 The sys-filesystem library provides an interface
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>
2010-08-09 04:52:14 +00:00

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>