aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-VGAM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-VGAM/Makefile')
-rw-r--r--math/R-cran-VGAM/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/R-cran-VGAM/Makefile b/math/R-cran-VGAM/Makefile
new file mode 100644
index 000000000000..d8daee3822fe
--- /dev/null
+++ b/math/R-cran-VGAM/Makefile
@@ -0,0 +1,17 @@
+# Created by: Wen Heping <wen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= VGAM
+DISTVERSION= 1.0-0
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Vector Generalized Linear and Additive Models
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>