aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 19:34:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 19:48:10 +0000
commitc0e99e08cb14c29457dc24e9ab853915cdbf3da8 (patch)
treecc8a69d680c5ba9b695a325ab087a57901aeb410
parentba555c6e899caef63115d9bbf2036bde758006a7 (diff)
downloadports-c0e99e08cb14c29457dc24e9ab853915cdbf3da8.tar.gz
ports-c0e99e08cb14c29457dc24e9ab853915cdbf3da8.zip
devel/rubygem-activejob4: Add USES=cpe
-rw-r--r--devel/rubygem-activejob4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/rubygem-activejob4/Makefile b/devel/rubygem-activejob4/Makefile
index aec0c6bd04cf..9c8e2056ff23 100644
--- a/devel/rubygem-activejob4/Makefile
+++ b/devel/rubygem-activejob4/Makefile
@@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
rubygem-globalid>=0.3.0:databases/rubygem-globalid
-USES= gem
+USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= rubyonrails
+CPE_PRODUCT= active_job
+
PORTSCOUT= limit:^4\.2\.
.include <bsd.port.mk>