blob: 0e00be886b3dc009e2f01ebdcdd4ac5aadc26923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2021/09/18 12:38:42 mef Exp $
R_PKGNAME= stringdist
R_PKGVER= 0.9.8
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Approximate String Matching and String Distance Functions
LICENSE= gnu-gpl-v3
TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|