blob: 26d61f07c1faf438b853821a0d777656e5bc6a7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Dan Rue <drue@therub.org>
# $FreeBSD$
PORTNAME= psych
PORTVERSION= 1.2.1
PORTREVISION= 9
CATEGORIES= math science
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= drue@therub.org
COMMENT= Psych package for the R project
USES= cran:auto-plist
.include <bsd.port.mk>
|