Changelog: https://cran.r-project.org/web/packages/R.utils/news/news.html Reported by: portscout
20 lines
475 B
Makefile
20 lines
475 B
Makefile
PORTNAME= R.utils
|
|
DISTVERSION= 2.13.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Utility functions useful developing R packages
|
|
WWW= https://cran.r-project.org/package=R.utils
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= R-cran-R.methodsS3>0:devel/R-cran-R.methodsS3 \
|
|
R-cran-R.oo>0:devel/R-cran-R.oo
|
|
TEST_DEPENDS= R-cran-digest>=0.6.10:security/R-cran-digest
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|