pkgsrc/math/R-tensor/Makefile
brook 6902d6f424 math/R-tensor: remove MASTER_SITES
MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
2020-08-09 17:08:55 +00:00

12 lines
294 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/08/09 17:08:55 brook Exp $
R_PKGNAME= tensor
R_PKGVER= 1.5
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/tensor/
COMMENT= Tensor product of arrays
LICENSE= gnu-gpl-v2
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"