mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
46d3e7ba41
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk - Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving Approved by: wen (via e-mail)
21 lines
370 B
Makefile
21 lines
370 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.91
|
|
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>
|