c2a92a1aea
version 1.1.0 (via revision 464079).
15 lines
322 B
Makefile
15 lines
322 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= outliers
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 6
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of some tests commonly used for identifying outliers
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|