blob: 18e0b10ab1ac705d9edc3b3d24e6308c410c174c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= rlang
PORTVERSION= 0.4.0
PORTREVISION= 1
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>
|