summaryrefslogtreecommitdiff
path: root/security/R-cran-digest/Makefile
blob: b95f546bc487eff65dfd954293ef137bfc1f557c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	digest
PORTVERSION=	0.6.29
CATEGORIES=	security
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Create cryptographic hash digests of R objects
WWW=		https://cran.r-project.org/web/packages/digest/

LICENSE=	GPLv2+

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>