blob: 959a35e8a63f5d735ca76251b391c8a151284ac9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2012/11/29 08:09:54 wen Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/zoo/
COMMENT= S3 Infrastructure for Regular and Irregular Time Series
LICENSE= gnu-gpl-v2
R_PKGNAME= zoo
R_PKGVER= 1.7-9
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|