freebsd-ports/devel/R-cran-withr/Makefile
TAKATSU Tomonari 639eef8fcf - Update to 2.4.0
- Change LICENSE to MIT
2021-01-17 01:49:23 +00:00

16 lines
304 B
Makefile

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