freebsd-ports/sysutils/rubygem-win32-file-stat/Makefile
Christoph Moench-Tegeder 7d56f56265 add new dependencies for vagrant 2.0.4 (and their dependencies, too)
devel/rubygem-ffi-win32-extensions
sysutils/rubygem-win32-file
sysutils/rubygem-win32-file-security
sysutils/rubygem-win32-file-stat

These ports don't look like they require special attention, so
just put them into the big ruby pool.
2018-05-01 15:37:55 +00:00

20 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= win32-file-stat
PORTVERSION= 1.5.5
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A File::Stat class tailored to MS Windows
LICENSE= ART20
RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi \
rubygem-ffi-win32-extensions>0:devel/rubygem-ffi-win32-extensions
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>