diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-12-01 06:20:15 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-12-01 06:20:15 +0000 |
commit | 82e437d22397e8f4acdf1e8c59c50e4ab7d0aeba (patch) | |
tree | c41393f4d1db0964d425dd7a6670890839f7955a /math/R-cran-miscTools/Makefile | |
parent | 4f601581c6deb59e003e41f048f3a2b34a0187c8 (diff) | |
download | ports-82e437d22397e8f4acdf1e8c59c50e4ab7d0aeba.tar.gz ports-82e437d22397e8f4acdf1e8c59c50e4ab7d0aeba.zip |
Notes
Diffstat (limited to 'math/R-cran-miscTools/Makefile')
-rw-r--r-- | math/R-cran-miscTools/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/R-cran-miscTools/Makefile b/math/R-cran-miscTools/Makefile new file mode 100644 index 000000000000..d17fd0074fba --- /dev/null +++ b/math/R-cran-miscTools/Makefile @@ -0,0 +1,17 @@ +# Created by: Wen Heping <wenheping@gmail.com> +# $FreeBSD$ + +PORTNAME= miscTools +DISTVERSION= 0.6-16 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Miscellaneous small tools and utilities for R + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include <bsd.port.mk> |