R-RPostgreSQL: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
This commit is contained in:
parent
fd19c8e80d
commit
1e9c61a251
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.6 2018/07/28 14:40:46 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2019/07/31 18:26:23 brook Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
CATEGORIES= math R
|
||||
|
||||
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
|
||||
LICENSE= gnu-gpl-v2 # OR file LICENSE
|
||||
|
||||
R_PKGNAME= RPostgreSQL
|
||||
R_PKGVER= 0.6-2
|
||||
|
@ -14,6 +14,7 @@ DEPENDS+= R-DBI>=0.3:../../math/R-DBI
|
|||
|
||||
USE_TOOLS+= sh
|
||||
REPLACE_SH+= ${WRKSRC}/inst/devTests/copyTest.sh
|
||||
USE_LANGUAGES= c
|
||||
|
||||
CHECK_INTERPRETER_SKIP= lib/R/library/RPostgreSQL/devTests/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue