aboutsummaryrefslogtreecommitdiff
path: root/misc/R-cran-xfun/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-07-13 05:48:28 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-07-13 05:48:28 +0000
commitd6671047433a7b12826947de635741106ef6a195 (patch)
treeaebefe179930ed88ccfaa6556d17b44fe5596fc9 /misc/R-cran-xfun/Makefile
parent94c45c5de0e3228fdfafcc2a208b2d41b2ab647f (diff)
downloadports-d6671047433a7b12826947de635741106ef6a195.tar.gz
ports-d6671047433a7b12826947de635741106ef6a195.zip
Notes
Diffstat (limited to 'misc/R-cran-xfun/Makefile')
-rw-r--r--misc/R-cran-xfun/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/R-cran-xfun/Makefile b/misc/R-cran-xfun/Makefile
new file mode 100644
index 000000000000..19eaa4f5ed9e
--- /dev/null
+++ b/misc/R-cran-xfun/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= xfun
+PORTVERSION= 0.3
+CATEGORIES= misc
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Miscellaneous Functions by Yihui Xie
+
+LICENSE= MIT
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>