pkgsrc/math/R-gsl/Makefile
wiz b5b314e0d4 R-gsl: update to 2.1.7.
Changes not found. Old distfile not available, but this one is.
2021-09-19 17:15:41 +00:00

21 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/09/19 17:15:42 wiz Exp $
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cran.r-project.org/web/packages/gsl/
COMMENT= R wrapper for the Gnu Scientific Library
LICENSE= gnu-gpl-v2
R_PKGNAME= gsl
R_PKGVER= 2.1-7
USE_LANGUAGES= c
BUILDLINK_API_DEPENDS.R+= R>=2.10.0
BUILDLINK_API_DEPENDS.gsl+= gsl>=1.12
.include "../../math/R/Makefile.extension"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"