diff --git a/devel/rubygem-rcov/Makefile b/devel/rubygem-rcov/Makefile index 9d5be5a7768d..0974535317b3 100644 --- a/devel/rubygem-rcov/Makefile +++ b/devel/rubygem-rcov/Makefile @@ -9,10 +9,20 @@ MASTER_SITES= RG MAINTAINER= skreuzer@FreeBSD.org COMMENT= Code coverage tool for Ruby +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rcov NO_STAGE= yes -.include + +.include + +.if ${RUBY_VER} == 2.0 +BROKEN= Does not work with Ruby 2.0 +.endif + +.include