Index: devel/rubygem-codeclimate-engine-rb/Makefile =================================================================== --- /dev/null +++ devel/rubygem-codeclimate-engine-rb/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= codeclimate-engine-rb +PORTVERSION= 0.4.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= JSON issue formatter for the Code Climate engine + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-bundler>=1.9:sysutils/rubygem-bundler \ + rubygem-rake>=10.0:devel/rubygem-rake \ + rubygem-rspec>=3.3:devel/rubygem-rspec \ + rubygem-virtus>=1.0:devel/rubygem-virtus + +USE_RUBY= yes +USES= gem + +.include Index: devel/rubygem-codeclimate-engine-rb/distinfo =================================================================== --- /dev/null +++ devel/rubygem-codeclimate-engine-rb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1491432353 +SHA256 (rubygem/codeclimate-engine-rb-0.4.0.gem) = 70f3c549fd9954015b0f42cb03fa901dccc107bf0732a4cf7eea61b1e04f4d9d +SIZE (rubygem/codeclimate-engine-rb-0.4.0.gem) = 8192 Index: devel/rubygem-codeclimate-engine-rb/pkg-descr =================================================================== --- /dev/null +++ devel/rubygem-codeclimate-engine-rb/pkg-descr @@ -0,0 +1,4 @@ +A simple way to create issues in the JSON format described in the Code +Climate Engine specification. + +WWW: https://github.com/andyw8/codeclimate-engine-rb/