1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Mark broken with Ruby 2.0

PR:		ports/185402
Submitted by:	Steve Wills <swills@FreeBSD.org>
This commit is contained in:
Steven Kreuzer 2014-01-02 15:36:47 +00:00
parent ecb9109353
commit 86dbd7ff57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338449

View File

@ -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 <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 2.0
BROKEN= Does not work with Ruby 2.0
.endif
.include <bsd.port.post.mk>