pkgsrc/misc/R-praise/Makefile
brook d199b04eb6 R-praise: initial commit
Build friendly R packages that praise their users if they have done
something good, or they just need it to feel better.
2019-08-09 18:29:50 +00:00

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"