Sunpoet Po-Chuan Hsieh a51526a142 Add rubygem-tmpdir 0.1.1
Dir.mktmpdir creates a temporary directory. The directory is created with 0700
permission.

Application should not change the permission to make the temporary directory
accessible from other users.

WWW: https://github.com/ruby/tmpdir
2021-01-03 20:01:42 +00:00

23 lines
412 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= tmpdir
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extend the Dir class to manage the OS temporary file path
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-fileutils>=0:devel/rubygem-fileutils
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>