freebsd-ports/security/R-cran-digest/Makefile
2020-10-26 12:42:44 +00:00

17 lines
317 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
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>