blob: 003ddbdcf64c89250d8eabe7d9251ef07e123bed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= withr
PORTVERSION= 2.5.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Run Code 'With' Temporarily Modified Global State
WWW= https://cran.r-project.org/web/packages/withr/
LICENSE= MIT
USES= cran:auto-plist
.include <bsd.port.mk>
|