freebsd-ports/math/R-cran-psych/Makefile
Brendan Fabeny 73fa6e1345 update R to 2.13.1 [1], and adjust dependent ports (this
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)

PR:		158947 [1]
Submitted by:	wen ([1], independently)
2011-07-28 04:19:58 +00:00

22 lines
412 B
Makefile

# New ports collection makefile for: R-psych
# Date created: 2010-09-15
# Whom: Dan Rue <drue@therub.org>
#
# $FreeBSD$
#
PORTNAME= psych
PORTVERSION= 1.0.94
PORTREVISION= 2
CATEGORIES= math science
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= drue@therub.org
COMMENT= Psych package for the R project
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>