diff options
Diffstat (limited to 'science/R-cran-e1071/Makefile')
-rw-r--r-- | science/R-cran-e1071/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile new file mode 100644 index 00000000000..c0b4ebca0b5 --- /dev/null +++ b/science/R-cran-e1071/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-e1071 +# Date created: 2011-09-03 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= e1071 +PORTVERSION= 1.6 +CATEGORIES= science +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> |