aboutsummaryrefslogtreecommitdiff
path: root/security/R-cran-digest/Makefile
blob: a78a97bc3af9307175f8ff169bb9db178416ff0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	digest
DISTVERSION=	0.6.39
CATEGORIES=	security
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Create cryptographic hash digests of R objects
WWW=		https://cran.r-project.org/package=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>