1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/rubygem-rcov/Makefile
2014-01-24 14:49:29 +00:00

27 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>