freebsd-ports/sysutils/rubygem-sys-filesystem/Makefile
Torsten Zuehlsdorff a1ef768255 sysutils/rubygem-sys-filesystem: Update from 1.1.5 to 1.1.6
Changes: On versions that use setmntent or fopen, explicitly raise an
         error if either of those calls return a null value.

Approved by: swills (mentor)
2016-10-19 14:16:24 +00:00

20 lines
376 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-filesystem
PORTVERSION= 1.1.6
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
.include <bsd.port.mk>