Date: Tue, 21 Sep 2021 22:26:53 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d1fff83be6e6 - main - devel/ruby-gems: Add USES=cpe Message-ID: <202109212226.18LMQr5u041046@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1fff83be6e690764c14d15d374c15a5c737638a commit d1fff83be6e690764c14d15d374c15a5c737638a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 22:17:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 22:23:57 +0000 devel/ruby-gems: Add USES=cpe --- devel/ruby-gems/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile index 83c0e0104871..8f6eceea3a04 100644 --- a/devel/ruby-gems/Makefile +++ b/devel/ruby-gems/Makefile @@ -16,7 +16,7 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/MIT.txt LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt -USES= tar:tgz +USES= cpe tar:tgz USE_RUBY= yes GEMS_BASE_DIR= lib/ruby/gems/${RUBY_VER} @@ -38,6 +38,9 @@ PLIST_SUB= CACHE_DIR="${CACHE_DIR}" \ GEMS_DIR="${GEMS_DIR}" \ SPEC_DIR="${SPEC_DIR}" +CPE_VENDOR= rubygems +CPE_PRODUCT= rubygems + OPTIONS_DEFINE= DOCS DOCS_VARS_OFF= RUBY_SETUP_OPTIONS+="--no-ri --no-rdoc"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212226.18LMQr5u041046>