d199b04eb6
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.
14 lines
280 B
Makefile
14 lines
280 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 18:29:51 brook Exp $
|
|
|
|
R_PKGNAME= praise
|
|
R_PKGVER= 1.0.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Praise users
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|