diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:08:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:08:52 +0000 |
commit | 2edf534b8dbd12a5f9ad010554d51d39a13154c2 (patch) | |
tree | ae7ebcd75b83c1a3468267809d6b2f6e46626ff2 /math/R-PHYLOGR/Makefile | |
parent | 527f411795e73c94e30845fb6892b67d34de9c3d (diff) | |
download | pkgsrc-2edf534b8dbd12a5f9ad010554d51d39a13154c2.tar.gz |
Imported R-PHYLOGR from pkgsrc-wip.
Manipulation and analysis of phylogenetically simulated data sets and
phylogenetically based analyses using GLS.
Diffstat (limited to 'math/R-PHYLOGR/Makefile')
-rw-r--r-- | math/R-PHYLOGR/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-PHYLOGR/Makefile b/math/R-PHYLOGR/Makefile new file mode 100644 index 00000000000..b4f7e0d8aeb --- /dev/null +++ b/math/R-PHYLOGR/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:08:52 rillig Exp $ +# + +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/PHYLOGR.html +COMMENT= Manipulation of phylogenetically simulated data sets using GLS + +R_PKGNAME= PHYLOGR +R_PKGVER= 1.0.3 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" |