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