diff --git a/devel/rubygem-rubocop/Makefile b/devel/rubygem-rubocop/Makefile index af5d5ba3937c..7d13f0fd1e82 100644 --- a/devel/rubygem-rubocop/Makefile +++ b/devel/rubygem-rubocop/Makefile @@ -1,28 +1,29 @@ PORTNAME= rubocop PORTVERSION= 1.22.0 CATEGORIES= devel ruby MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby code style checking tool LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-parallel>=1.10<2:sysutils/rubygem-parallel \ rubygem-parser>=3.0.0.0:devel/rubygem-parser \ rubygem-rainbow>=2.2.2<4.0:devel/rubygem-rainbow \ rubygem-regexp_parser>=1.8<3.0:textproc/rubygem-regexp_parser \ rubygem-rexml>=0:textproc/rubygem-rexml \ rubygem-rubocop-ast>=1.12.0<2.0:devel/rubygem-rubocop-ast \ rubygem-ruby-progressbar>=1.7<2:devel/rubygem-ruby-progressbar \ rubygem-unicode-display_width>=1.4.0<3.0:devel/rubygem-unicode-display_width -USES= gem +USES= cpe gem +CPE_VENDOR= ${PORTNAME}_project USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/rubocop .include