diff options
Diffstat (limited to 'math/R-cran-gower/Makefile')
-rw-r--r-- | math/R-cran-gower/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R-cran-gower/Makefile b/math/R-cran-gower/Makefile index c985bb20bef6..8f789d0c10ee 100644 --- a/math/R-cran-gower/Makefile +++ b/math/R-cran-gower/Makefile @@ -1,14 +1,16 @@ PORTNAME= gower -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +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> |