diff options
Diffstat (limited to 'math/R-cran-reformulas/Makefile')
-rw-r--r-- | math/R-cran-reformulas/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/R-cran-reformulas/Makefile b/math/R-cran-reformulas/Makefile new file mode 100644 index 000000000000..3dd610836b58 --- /dev/null +++ b/math/R-cran-reformulas/Makefile @@ -0,0 +1,18 @@ +PORTNAME= reformulas +DISTVERSION= 0.4.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= eduardo@FreeBSD.org +COMMENT= Machinery for Processing Random Effect Formulas +WWW= https://cran.r-project.org/package=reformulas + +LICENSE= GPLv3 + +CRAN_DEPENDS= R-cran-Rdpack>0:devel/R-cran-Rdpack +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include <bsd.port.mk> |