aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-sys-filesystem/Makefile
blob: c209efdffce544bf3b05214d11bb506ec86102bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

PORTNAME=   sys-filesystem
PORTVERSION=    1.1.5
CATEGORIES= sysutils rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Ruby interface for getting filesystem information

LICENSE=    ART20

RUN_DEPENDS=    rubygem-ffi>=0:devel/rubygem-ffi

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>