aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rcov/Makefile
blob: be38e5d295c5e2fc70b569b7a45772aa9ed4f404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:    rcov
# Date created:             15 April 2008
# Whom:                 Steven Kreuzer
#
# $FreeBSD$
#

PORTNAME=   rcov
PORTVERSION=    0.8.1.2.0
CATEGORIES= devel rubygems
MASTER_SITES=   RF

MAINTAINER= skreuzer@exit2shell.com
COMMENT=    Code coverage tool for Ruby

USE_RUBY=   yes
USE_RUBYGEMS=   yes

.include <bsd.port.mk>