mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
18 lines
386 B
Makefile
18 lines
386 B
Makefile
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>
|