mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
15 lines
310 B
Makefile
15 lines
310 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
PORTNAME= outliers
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 9
|
|
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>
|