freebsd-ports/devel/R-cran-R.utils/Makefile
Zsolt Udvari 532f706304 devel/R-cran-R.utils: New port
Utility functions useful when programming and developing R packages.
2024-09-26 11:33:27 +02:00

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>