17 lines
386 B
Makefile
17 lines
386 B
Makefile
PORTNAME= digest
|
|
DISTVERSION= 0.6.37
|
|
CATEGORIES= security
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Create cryptographic hash digests of R objects
|
|
WWW= https://cran.r-project.org/web/packages/digest/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
TEST_DEPENDS= R-cran-tinytest>0:devel/R-cran-tinytest
|
|
|
|
USES= compiler:c++17-lang cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|