freebsd-ports/math/R-cran-zoo/Makefile
2023-05-08 14:58:35 +08:00

14 lines
307 B
Makefile

PORTNAME= zoo
DISTVERSION= 1.8-12
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@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>