aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-rlang/Makefile
blob: e5d11f75b16ff408919065bb77b93bbc4ea180d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	rlang
PORTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Functions for Base Types and Core R and 'Tidyverse' Features
WWW=		https://cran.r-project.org/web/packages/rlang/

LICENSE=	MIT

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>