17 lines
426 B
Makefile
17 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/03/19 01:22:55 bubuchka Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
HOMEPAGE= http://strimmerlab.org/software/entropy/
|
|
COMMENT= Entropy and Mutual Information Estimation
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
R_PKGNAME= entropy
|
|
R_PKGVER= 1.1.7
|
|
|
|
BUILDLINK_API_DEPENDS.R+= R>=2.10.0
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|