e22806d880
Upstream changes: Changes in inline version 0.3.15 (2018-05-18) Correct requireNamespace() call thanks (Alexander Grueneberg in #5). Small simplification to .travis.yml; also switch to https. Use seq_along instead of seq(along=...) (Watal M. Iwasaki) in #6). Update package manual page using references to DESCRIPTION file [CRAN request]. Minor packaging updates.
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/06/01 02:02:11 wen Exp $
|
|
|
|
DISTNAME= inline_0.3.15
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Functions to Inline C, C++, Fortran Function Calls from R
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
BUILDLINK_API_DEPENDS.R+= R>=2.4.0
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|