14 lines
310 B
Makefile
14 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/06/01 13:36:08 mef Exp $
|
|
|
|
R_PKGNAME= testit
|
|
R_PKGVER= 0.13
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Simple Package for Testing R Packages
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|