aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-psych/Makefile
blob: 7352091a9939d2ee5f184158f66198e370208cbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
PORTREVISION=   1
CATEGORIES= math science
PKGNAMEPREFIX=  R-cran-
DISTNAME=   ${PORTNAME}_1.0-91

MAINTAINER= drue@therub.org
COMMENT=    Psych package for the R project

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>