diff options
Diffstat (limited to 'math/R-cran-psych/Makefile')
-rw-r--r-- | math/R-cran-psych/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile new file mode 100644 index 000000000000..c828869a9825 --- /dev/null +++ b/math/R-cran-psych/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: R-psych +# Date created: 2010-09-15 +# Whom: Dan Rue <drue@therub.org> +# +# $FreeBSD$ +# + +PORTNAME= psych +PORTVERSION= 1.0.91 +CATEGORIES= math science +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_1.0-91 + +MAINTAINER= drue@therub.org +COMMENT= Psych package for the R project + +R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk" + +.include <bsd.port.mk> |