15 lines
331 B
Makefile
15 lines
331 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2020/08/01 21:48:17 mef Exp $
|
||
|
|
||
|
R_PKGNAME= tinytest
|
||
|
R_PKGVER= 1.2.2
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
COMMENT= Lightweight and Feature Complete Unit Testing Framework
|
||
|
LICENSE= gnu-gpl-v3
|
||
|
|
||
|
USE_LANGUAGES= # none
|
||
|
|
||
|
.include "../../math/R/Makefile.extension"
|
||
|
.include "../../mk/bsd.pkg.mk"
|