aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-zoo/Makefile
blob: 61477f1f0d556e94d11bb66348b1905e7048c38b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	zoo
DISTVERSION=	1.8-10
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	S3 Infrastructure for Regular and Irregular Time Series
WWW=		https://cran.r-project.org/web/packages/zoo/

LICENSE=	GPLv2+

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>