freebsd-ports/math/R-cran-zoo/Makefile
2022-09-19 01:35:20 +00:00

14 lines
307 B
Makefile

PORTNAME= zoo
DISTVERSION= 1.8-11
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>