freebsd-ports/devel/rubygem-rcov/Makefile
2014-01-24 14:49:29 +00:00

26 lines
440 B
Makefile

# Created by: Steven Kreuzer
# $FreeBSD$
PORTNAME= rcov
PORTVERSION= 0.9.11
CATEGORIES= devel rubygems
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
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 2.0
BROKEN= Does not work with Ruby 2.0
.endif
.include <bsd.port.post.mk>