mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
7d56f56265
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.
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= win32-file-security
|
|
PORTVERSION= 1.0.10
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= File security methods for the File class on 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>
|