schwarze d243429431 Import devel/p5-Devel-Cover-Report-Clover.
This module generates Clover compatible coverage XML files which
can be used in various continuous integration software systems.
It is designed to be called from the cover(1) program distributed
in the p5-Devel-Cover package.

ok benoit@ (who updated p5-Devel-Cover earlier this year) and sthen@
2013-10-30 09:50:30 +00:00

30 lines
652 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/10/30 09:50:30 schwarze Exp $
COMMENT = backend for Clover reporting of coverage statistics
MODULES = cpan
DISTNAME = Devel-Cover-Report-Clover-0.35
CATEGORIES = devel
MAINTAINER = Ingo Schwarze <schwarze@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
CPAN_AUTHOR = DBARTLE
RUN_DEPENDS = devel/p5-Class-Accessor \
textproc/p5-Template \
devel/p5-Devel-Cover \
www/p5-HTML-Parser
TEST_DEPENDS = sysutils/p5-File-Which \
devel/p5-Test-Exception \
devel/p5-Test-MockObject \
devel/p5-Test-MockTime \
textproc/p5-Template \
devel/p5-Devel-Cover
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>