aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-rlang/Makefile
blob: 7d90126a9024594874f1d69923c49feff2a5949f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	rlang
PORTVERSION=	1.0.2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Functions for Base Types and Core R and 'Tidyverse' Features

LICENSE=	MIT

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>