Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 22:27:15 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: 4f04e471dbe4 - main - irc/rbot: Add USES=cpe
Message-ID:  <202109212227.18LMRFJt041528@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=4f04e471dbe4ba5f9e79e6cbd74d004985df2379

commit 4f04e471dbe4ba5f9e79e6cbd74d004985df2379
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 22:18:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-21 22:24:03 +0000

    irc/rbot: Add USES=cpe
---
 irc/rbot/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index 37366668d20c..1db7efac324f 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -24,6 +24,8 @@ RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:databases/ruby-tokyocabinet
 		rubygem-oauth2>=0:net/rubygem-oauth2
 LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet
 
+USES=		cpe
+
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
@@ -37,6 +39,8 @@ SUB_FILES=	pkg-message
 
 PORTDOCS=	REQUIREMENTS ChangeLog
 
+CPE_VENDOR=	ruby-rbot
+
 OPTIONS_DEFINE=	DOCS
 
 post-install-DOCS-on:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212227.18LMRFJt041528>