68677553e2
Narrowing my focus to biology packages
14 lines
312 B
Makefile
14 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/06/23 20:03:45 bacon Exp $
|
|
|
|
R_PKGNAME= rematch
|
|
R_PKGVER= 1.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Match regular expressions with a nicer API
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|