diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-24 19:52:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-24 19:52:42 +0000 |
commit | 1193eb8fce891c17dc6268d20db4fda6d66d5691 (patch) | |
tree | 9d16eb5560ece66e5ee915508a3b69b8361f9708 /textproc/rubygem-simplecov-html | |
parent | 61f7258c327a27390fac44036e82d9146add45fd (diff) | |
download | ports-1193eb8fce891c17dc6268d20db4fda6d66d5691.tar.gz ports-1193eb8fce891c17dc6268d20db4fda6d66d5691.zip |
Notes
Diffstat (limited to 'textproc/rubygem-simplecov-html')
-rw-r--r-- | textproc/rubygem-simplecov-html/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-simplecov-html/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-simplecov-html/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/rubygem-simplecov-html/Makefile b/textproc/rubygem-simplecov-html/Makefile new file mode 100644 index 000000000000..6ccf6135ad27 --- /dev/null +++ b/textproc/rubygem-simplecov-html/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= simplecov-html +PORTVERSION= 0.7.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= https://rubygems.org/gems/simplecov-html + +RUN_DEPENDS= rubygem-sass>=0:${PORTSDIR}/textproc/rubygem-sass \ + rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ + rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-simplecov-html/distinfo b/textproc/rubygem-simplecov-html/distinfo new file mode 100644 index 000000000000..8938d9ad0676 --- /dev/null +++ b/textproc/rubygem-simplecov-html/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/simplecov-html-0.7.1.gem) = 5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948 +SIZE (rubygem/simplecov-html-0.7.1.gem) = 197632 diff --git a/textproc/rubygem-simplecov-html/pkg-descr b/textproc/rubygem-simplecov-html/pkg-descr new file mode 100644 index 000000000000..f5d87bb354dc --- /dev/null +++ b/textproc/rubygem-simplecov-html/pkg-descr @@ -0,0 +1,3 @@ +Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+ + +WWW: https://github.com/colszowka/simplecov-html |