R-PHYLOGR: 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
8ec080380f
commit
ba410d2bdd
1 changed files with 9 additions and 11 deletions
|
@ -1,18 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.9 2018/07/28 14:40:45 brook Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.10 2019/07/31 18:18:35 brook Exp $
|
||||
|
||||
CATEGORIES= databases math
|
||||
CATEGORIES= math databases R
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/PHYLOGR/
|
||||
COMMENT= Manipulation of phylogenetically simulated data sets using GLS
|
||||
LICENSE= gnu-gpl-v2
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/PHYLOGR/
|
||||
COMMENT= Functions for phylogenetically based statistical analyses
|
||||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
R_PKGNAME= PHYLOGR
|
||||
R_PKGVER= 1.0.10
|
||||
R_PKGNAME= PHYLOGR
|
||||
R_PKGVER= 1.0.10
|
||||
|
||||
post-extract:
|
||||
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue