blob: 6988a86c3dd0d421d48c94dc25a9ea051d1e7de3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rlang
PORTVERSION= 0.4.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Functions for Base Types and Core R and 'Tidyverse' Features
LICENSE= GPLv3
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|