blob: 4a78dcf411c1454c12c5f0554edbbd89de43f97c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|