mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
444 B
Makefile
20 lines
444 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD: head/sysutils/rubygem-sys-filesystem/Makefile 449223 2017-09-04 00:00:43Z sunpoet $
|
|
|
|
PORTNAME= sys-filesystem
|
|
PORTVERSION= 1.1.8
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface for getting filesystem information
|
|
|
|
|
|
RUN_DEPENDS= rubygem-ffi>=0:ruby/rubygem-ffi
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|