blob: 5b33bc62e764dc362ac0bdd4006ca965437ac90c (
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= 10
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>
|