aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-date/Makefile
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-12-10 05:03:25 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-12-10 05:03:25 +0000
commit22d8c1a749a41e926fe47722a3692b28d6e95740 (patch)
treeac9b11ba72ff07db056b1bfab6b33bf62b005086 /math/R-cran-date/Makefile
parent6182d5b8b7082397a005af992f8e029090e26e28 (diff)
downloadports-22d8c1a749a41e926fe47722a3692b28d6e95740.tar.gz
ports-22d8c1a749a41e926fe47722a3692b28d6e95740.zip
Diffstat (limited to 'math/R-cran-date/Makefile')
-rw-r--r--math/R-cran-date/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-cran-date/Makefile b/math/R-cran-date/Makefile
new file mode 100644
index 000000000000..45dd0596bff9
--- /dev/null
+++ b/math/R-cran-date/Makefile
@@ -0,0 +1,15 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+
+PORTNAME= date
+DISTVERSION= 1.2-39
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy@FreeBSD.org
+COMMENT= Functions for Handling Dates
+
+LICENSE= GPLv2
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>