14 lines
334 B
Makefile
14 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/07/31 18:42:19 brook Exp $
|
|
|
|
R_PKGNAME= digest
|
|
R_PKGVER= 0.6.25
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Create compact hash digests of R objects
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|