aboutsummaryrefslogtreecommitdiff
path: root/security/R-cran-digest/Makefile
blob: cdf54cc296808e7e555de7361d4304fe64c4f98f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	digest
PORTVERSION=	0.6.27
CATEGORIES=	security
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Create cryptographic hash digests of R objects

LICENSE=	GPLv2+

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>