git: dc5eaa4b4523 - main - devel/rubygem-rubocop-rake: Add rubygem-rubocop-rake 0.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:44:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc5eaa4b45236191aa48f528f1c2d05fac8250f2 commit dc5eaa4b45236191aa48f528f1c2d05fac8250f2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:27:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:39:12 +0000 devel/rubygem-rubocop-rake: Add rubygem-rubocop-rake 0.6.0 RuboCop plugin for Rake WWW: https://github.com/rubocop/rubocop-rake --- devel/Makefile | 1 + devel/rubygem-rubocop-rake/Makefile | 21 +++++++++++++++++++++ devel/rubygem-rubocop-rake/distinfo | 3 +++ devel/rubygem-rubocop-rake/pkg-descr | 3 +++ 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index a73a010adcaf..47fdde0aff73 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6807,6 +6807,7 @@ SUBDIR += rubygem-rubocop SUBDIR += rubygem-rubocop-ast SUBDIR += rubygem-rubocop-performance + SUBDIR += rubygem-rubocop-rake SUBDIR += rubygem-rubocop-rspec SUBDIR += rubygem-ruby-atmos-pure SUBDIR += rubygem-ruby-bugzilla diff --git a/devel/rubygem-rubocop-rake/Makefile b/devel/rubygem-rubocop-rake/Makefile new file mode 100644 index 000000000000..2784cc369c0c --- /dev/null +++ b/devel/rubygem-rubocop-rake/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= rubocop-rake +PORTVERSION= 0.6.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= RuboCop plugin for Rake + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-rubocop>=1.0<2:devel/rubygem-rubocop + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-rubocop-rake/distinfo b/devel/rubygem-rubocop-rake/distinfo new file mode 100644 index 000000000000..8c1cc290b718 --- /dev/null +++ b/devel/rubygem-rubocop-rake/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1652122541 +SHA256 (rubygem/rubocop-rake-0.6.0.gem) = 56b6f22189af4b33d4f4e490a555c09f1281b02f4d48c3a61f6e8fe5f401d8db +SIZE (rubygem/rubocop-rake-0.6.0.gem) = 11776 diff --git a/devel/rubygem-rubocop-rake/pkg-descr b/devel/rubygem-rubocop-rake/pkg-descr new file mode 100644 index 000000000000..7899520227ad --- /dev/null +++ b/devel/rubygem-rubocop-rake/pkg-descr @@ -0,0 +1,3 @@ +RuboCop plugin for Rake + +WWW: https://github.com/rubocop/rubocop-rake