aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-outliers/Makefile
blob: 689fe21146b5b15f551c6f808d2812bf2d4af068 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	outliers
DISTVERSION=	0.15
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Collection of some tests commonly used for identifying outliers
WWW=		https://cran.r-project.org/web/packages/outliers/

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	multi

USES=	cran:auto-plist

.include <bsd.port.mk>