pkgsrc-wip/R-gsl/Makefile
Mike M. Volokhov 91f6d93a2b Import R-gsl-1.9.9 as wip/R-gsl.
An R wrapper for the special functions and quasi random number
generators of the Gnu Scientific Library.
2011-11-15 11:32:46 +00:00

20 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 11:32:46 bubuchka Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cran.r-project.org/web/packages/gsl/
COMMENT= R wrapper for the Gnu Scientific Library
LICENSE= gnu-gpl-v2
R_PKGNAME= gsl
R_PKGVER= 1.9-9
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"