Upstream changes: Version 1.0.8 2010/08/09 - path.packages instead of .path.package (later is defunct). - change in lm.phylog to prevent (incorrect) note about no visible binding for global variable \xe2\x80\x98sim.counter\xe2\x80\x99 in a call to subset.
19 lines
488 B
Makefile
19 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.7 2016/01/09 14:12:48 wen Exp $
|
|
#
|
|
|
|
CATEGORIES= databases math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/PHYLOGR/
|
|
COMMENT= Manipulation of phylogenetically simulated data sets using GLS
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= PHYLOGR
|
|
R_PKGVER= 1.0.8
|
|
|
|
post-extract:
|
|
echo 'exportPattern("^[^\\.]")' > ${WRKSRC}/NAMESPACE
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|