git: 4f04e471dbe4 - main - irc/rbot: Add USES=cpe
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 22:27:21 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f04e471dbe4ba5f9e79e6cbd74d004985df2379
commit 4f04e471dbe4ba5f9e79e6cbd74d004985df2379
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:18:28 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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:
More information about the dev-commits-ports-all
mailing list