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.
22 lines
574 B
Makefile
22 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/07/28 14:40:46 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/RPostgreSQL/
|
|
COMMENT= R interface to the PostgreSQL database system
|
|
LICENSE= gnu-gpl-v2 AND postgresql-license
|
|
|
|
R_PKGNAME= RPostgreSQL
|
|
R_PKGVER= 0.6-2
|
|
|
|
DEPENDS+= R-DBI>=0.3:../../math/R-DBI
|
|
|
|
USE_TOOLS+= sh
|
|
REPLACE_SH+= ${WRKSRC}/inst/devTests/copyTest.sh
|
|
|
|
CHECK_INTERPRETER_SKIP= lib/R/library/RPostgreSQL/devTests/*
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|