aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 19:34:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 19:48:10 +0000
commit0d693f1fe2139818666310bfae2be2123a1437b0 (patch)
tree04cae94013097de8bb841bd3d82c4ada9298570f
parentf5db016c48920f8220b7bd7dd9bbfe5cd59ec786 (diff)
downloadports-0d693f1fe2139818666310bfae2be2123a1437b0.tar.gz
ports-0d693f1fe2139818666310bfae2be2123a1437b0.zip
devel/rubygem-activejob50: Add USES=cpe
-rw-r--r--devel/rubygem-activejob50/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/rubygem-activejob50/Makefile b/devel/rubygem-activejob50/Makefile
index 513e12b87308..b874d0b4c999 100644
--- a/devel/rubygem-activejob50/Makefile
+++ b/devel/rubygem-activejob50/Makefile
@@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \
rubygem-globalid-rails50>=0.3.6:databases/rubygem-globalid-rails50
-USES= gem
+USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= rubyonrails
+CPE_PRODUCT= active_job
+
PORTSCOUT= limit:^5\.0\.
.include <bsd.port.mk>