blob: 587cf82727631baf1a13b28b8ec00220640cd337 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|