opnsense-ports/devel/rubygem-tmpdir/Makefile
Franco Fichtner 0c0f8354aa */*: sync with upstream
Taken from: FreeBSD
2023-01-31 12:28:55 +01:00

19 lines
371 B
Makefile

PORTNAME= tmpdir
PORTVERSION= 0.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extend the Dir class to manage the OS temporary file path
WWW= https://github.com/ruby/tmpdir
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-fileutils>=0:devel/rubygem-fileutils
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>