blob: 8f789d0c10ee42270dd950af519300fa9831bd5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= gower
DISTVERSION= 1.0.2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Gower's Distance
WWW= https://cran.r-project.org/web/packages/gower/
LICENSE= GPLv3
TEST_DEPENDS= R-cran-tinytest>0:devel/R-cran-tinytest
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|