forked from Lainports/freebsd-ports
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= tmpdir
|
|
PORTVERSION= 0.1.2
|
|
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>
|