aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-outliers/Makefile
blob: 3d859be7438bc01a3f7e1dc9c29495a83426a238 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=   outliers
PORTVERSION=    0.14
PORTREVISION=   5
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>