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

PORTNAME=	outliers
PORTVERSION=	0.14
PORTREVISION=	3
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Collection of some tests commonly used for identifying outliers

USE_R_MOD=	yes
R_MOD_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>