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

PORTNAME=	digest
PORTVERSION=	0.6.22
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>