freebsd-ports/math/R-cran-zoo/Makefile

17 lines
318 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= zoo
2020-01-11 23:38:38 +01:00
DISTVERSION= 1.8-7
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= S3 Infrastructure for Regular and Irregular Time Series
2016-05-04 09:18:27 +02:00
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>