freebsd-ports/devel/rubygem-tmpdir/Makefile

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>