mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
18 lines
417 B
Makefile
18 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/08/15 09:34:23 wen Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/e1701/
|
|
COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= e1071
|
|
R_PKGVER= 1.6-1
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|