opnsense-ports/sysutils/rubygem-win32-file/Makefile
Franco Fichtner 153b229db9 */*: sync with upstream
Taken from: HardenedBSD
2018-05-31 08:24:41 +02:00

21 lines
463 B
Makefile

# $FreeBSD$
PORTNAME= win32-file
PORTVERSION= 0.8.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extra and redefined 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 \
rubygem-win32-file-stat>=1.4.0:sysutils/rubygem-win32-file-stat
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>