diff options
Diffstat (limited to 'math/R-cran-GPArotation/Makefile')
-rw-r--r-- | math/R-cran-GPArotation/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-cran-GPArotation/Makefile b/math/R-cran-GPArotation/Makefile new file mode 100644 index 000000000000..5fd280c3149c --- /dev/null +++ b/math/R-cran-GPArotation/Makefile @@ -0,0 +1,15 @@ +PORTNAME= GPArotation +DISTVERSION= 2025.3-1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Gradient Projection Algorithms for Factor Rotation +WWW= https://cran.r-project.org/package=GPArotation + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist + +.include <bsd.port.mk> |