24 lines
638 B
Makefile
24 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/08/05 10:02:12 obache Exp $
|
|
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
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.3-2
|
|
|
|
DEPENDS+= R-DBI>=0.2.5:../../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"
|