forked from Lainports/freebsd-ports
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= simplecov
|
|
PORTVERSION= 0.16.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Powerful configuration library and automatic merging of coverage across test suites
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-docile>=1.1:devel/rubygem-docile \
|
|
rubygem-json>=1.8:devel/rubygem-json \
|
|
rubygem-simplecov-html>=0.10.0:textproc/rubygem-simplecov-html
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|