aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 19:36:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 19:48:11 +0000
commitb081230cbf221e0bec3e3af8710549cf36e11a67 (patch)
treea94ef7c109e6d79be1b7619e026fe19f1fab169c
parent7484cfc0d37ba857b68c1b0a5822579ae90cc061 (diff)
downloadports-b081230cbf221e0bec3e3af8710549cf36e11a67.tar.gz
ports-b081230cbf221e0bec3e3af8710549cf36e11a67.zip
devel/rubygem-activejob61: Add USES=cpe
-rw-r--r--devel/rubygem-activejob61/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/rubygem-activejob61/Makefile b/devel/rubygem-activejob61/Makefile
index e0701eaf371f..643a6a7f4edc 100644
--- a/devel/rubygem-activejob61/Makefile
+++ b/devel/rubygem-activejob61/Makefile
@@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
rubygem-globalid-rails61>=0.3.6:databases/rubygem-globalid-rails61
-USES= gem
+USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= rubyonrails
+CPE_PRODUCT= active_job
+
PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>