openbsd-ports/math/p5-Statistics-Contingency/Makefile

19 lines
347 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:23:56 espie Exp $
COMMENT= calculate precision, recall, F1, accuracy, etc
DISTNAME= Statistics-Contingency-0.08
REVISION= 0
CATEGORIES= math
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= devel/p5-Params-Validate>=0.23
CONFIGURE_STYLE= modbuild
MODULES= cpan
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>