blob: dddb16836c9418c1646fed5e93b656fa00b2e6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= xfun
PORTVERSION= 0.33
CATEGORIES= misc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Miscellaneous Functions by Yihui Xie
WWW= https://cran.r-project.org/web/packages/xfun/
LICENSE= MIT
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|