aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-zoo/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-08-30 21:14:29 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-08-30 21:14:29 +0000
commit968e9749766abd5b4d293c055db18c90e391d5b5 (patch)
tree1b5093b649f3ce95f260701f8d282fb907022da3 /math/R-cran-zoo/Makefile
parentb7ef8e6b1d5f3ae7ffd146708bc0f3fde0a7ec59 (diff)
Notes
Diffstat (limited to 'math/R-cran-zoo/Makefile')
-rw-r--r--math/R-cran-zoo/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile
new file mode 100644
index 000000000000..532dde95ca12
--- /dev/null
+++ b/math/R-cran-zoo/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-cran-zoo
+# Date created: 2011-08-16
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zoo
+DISTVERSION= 1.7-3
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= S3 Infrastructure for Regular and Irregular Time Series
+
+LICENSE= GPLv2
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>