d1d2bdf864
Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:43 brook Exp $
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/hadley/memoise
|
|
COMMENT= Memoisation of Functions
|
|
LICENSE= mit
|
|
|
|
R_PKGNAME= memoise
|
|
R_PKGVER= 1.1.0
|
|
|
|
DEPENDS+= R-digest>=0.6.3:../../security/R-digest
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|