mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
3f2ca9c1d8
Reviewed by: thierry, tota, wen
17 lines
298 B
Makefile
17 lines
298 B
Makefile
# Created by: Dan Rue <drue@therub.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= psych
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= math science
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= drue@therub.org
|
|
COMMENT= Psych package for the R project
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|