mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
14 lines
294 B
Makefile
14 lines
294 B
Makefile
PORTNAME= withr
|
|
PORTVERSION= 3.0.2
|
|
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>
|