freebsd-ports/devel/rubygem-find/Makefile
Sunpoet Po-Chuan Hsieh b2f36b89fe Add rubygem-find 0.1.0
The Find module supports the top-down traversal of a set of file paths.

WWW: https://github.com/ruby/find
2021-01-03 19:58:50 +00:00

21 lines
389 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= find
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Support top-down traversal of a set of file paths
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>