aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-tmpdir/Makefile
blob: 718e49c03f7df5c03e8cdac0c52d1d38b72cc135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	tmpdir
PORTVERSION=	0.3.1
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>