forked from Lainports/freebsd-ports
19 lines
478 B
Makefile
19 lines
478 B
Makefile
PORTNAME= R.utils
|
|
DISTVERSION= 2.12.3
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Utility functions useful developing R packages
|
|
WWW= https://cran.r-project.org/web/packages/R.oo/
|
|
|
|
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>
|