Files
ports/devel/rubygem-fileutils/Makefile
Sunpoet Po-Chuan Hsieh ba51765fef Add rubygem-fileutils 1.4.1
Namespace for several file utility methods for copying, moving, removing, etc.

WWW: https://github.com/ruby/fileutils
2020-07-30 09:47:10 +00:00

21 lines
374 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fileutils
PORTVERSION= 1.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Several file utility methods for copying, moving, removing, etc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>