freebsd-ports/devel/rubygem-simplecov/Makefile
2013-11-12 19:45:08 +00:00

22 lines
586 B
Makefile

# $FreeBSD$
PORTNAME= simplecov
PORTVERSION= 0.8.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
RUN_DEPENDS= rubygem-docile>=1.1.0:${PORTSDIR}/devel/rubygem-docile \
rubygem-lockfile>=2.1.0:${PORTSDIR}/devel/rubygem-lockfile \
rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-simplecov-html>=0.7.1:${PORTSDIR}/textproc/rubygem-simplecov-html
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>