1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/R-cran-withr/Makefile
TAKATSU Tomonari e7107e68cb - Add new port: devel/R-cran-withr
A set of functions to run code 'with' safely and temporarily modified
  global state. Many of these functions were originally a part of the
  'devtools' package, this provides a simple package with limited
  dependencies to provide access to these functions.

  WWW: https://cran.r-project.org/web/packages/withr/
2017-09-10 14:45:29 +00:00

17 lines
307 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= withr
PORTVERSION= 2.0.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Run Code 'With' Temporarily Modified Global State
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>