diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 15:25:25 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 15:25:25 +0000 |
commit | 1f9cafbd70251e0f468134858176f590e7083d70 (patch) | |
tree | ccbb4d73fcd3897624df337029c6436d3de190ed /devel | |
parent | 701051c371778c966dc5f83f1860380e53842684 (diff) | |
download | pkgsrc-1f9cafbd70251e0f468134858176f590e7083d70.tar.gz |
R-inline: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-inline/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/R-inline/Makefile b/devel/R-inline/Makefile index 7b4ebd57d7d..9388c586967 100644 --- a/devel/R-inline/Makefile +++ b/devel/R-inline/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2018/06/01 02:02:11 wen Exp $ +# $NetBSD: Makefile,v 1.3 2019/07/31 15:25:25 brook Exp $ -DISTNAME= inline_0.3.15 -CATEGORIES= devel +CATEGORIES= devel R MAINTAINER= minskim@NetBSD.org -COMMENT= Functions to Inline C, C++, Fortran Function Calls from R -LICENSE= gnu-lgpl-v2 +COMMENT= Functions to inline C, C++, Fortran function calls from R +LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3 + +R_PKGNAME= inline +R_PKGVER= 0.3.15 USE_LANGUAGES= # none -BUILDLINK_API_DEPENDS.R+= R>=2.4.0 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |