pkgsrc/math/R-e1071/Makefile

18 lines
452 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2018/01/17 18:43:10 minskim Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-08 08:24:30 +02:00
HOMEPAGE= https://cran.r-project.org/web/packages/e1071/index.html
COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
LICENSE= gnu-gpl-v2
R_PKGNAME= e1071
R_PKGVER= 1.6-8
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"