diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 15:04:38 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 15:04:38 +0000 |
commit | f0f6b6d01e2c2c0269de1b5101e4086b8559112e (patch) | |
tree | 0bc1c77ae15f5477680e87fb01976057515a1716 | |
parent | 61ab2239e42ef2de936b49e74f1c120851e72ed7 (diff) | |
download | pkgsrc-f0f6b6d01e2c2c0269de1b5101e4086b8559112e.tar.gz |
R-bindr: update to canonical form of an R package.
-rw-r--r-- | devel/R-bindr/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/R-bindr/Makefile b/devel/R-bindr/Makefile index 90187ac155d..cfdf50f7942 100644 --- a/devel/R-bindr/Makefile +++ b/devel/R-bindr/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.1 2018/04/16 15:54:51 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2019/07/31 15:04:38 brook Exp $ -DISTNAME= bindr_0.1.1 -CATEGORIES= devel +CATEGORIES= devel R MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://github.com/krlmlr/bindr -COMMENT= Parametrized Active Bindings +COMMENT= Parametrized active bindings LICENSE= mit +R_PKGNAME= bindr +R_PKGVER= 0.1.1 + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" |