Update textproc/rubygem-simplecov-html to version 0.10.0
[dports.git] / textproc / rubygem-simplecov-html / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       simplecov-html
4 PORTVERSION=    0.10.0
5 CATEGORIES=     textproc rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     ruby@FreeBSD.org
9 COMMENT=        Default HTML formatter for SimpleCov
10
11 LICENSE=        MIT
12
13 NO_ARCH=        yes
14 USE_RUBY=       yes
15 USE_RUBYGEMS=   yes
16 RUBYGEM_AUTOPLIST=      yes
17
18 .include <bsd.port.mk>