summaryrefslogtreecommitdiff
path: root/japanese/R-cran-zipangu/Makefile
blob: 74b8cb9bc48e0cab433be6257efb9aa194763d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PORTNAME=	zipangu
PORTVERSION=	0.3.1
CATEGORIES=	japanese
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Japanese Utility Functions and Data
WWW=		https://cran.r-project.org/web/packages/zipangu/

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-dplyr>=0.8.3:math/R-cran-dplyr \
		R-cran-lifecycle>=0.1.0:devel/R-cran-lifecycle \
		R-cran-lubridate>=1.7.4:devel/R-cran-lubridate \
		R-cran-magrittr>=1.5:devel/R-cran-magrittr \
		R-cran-memoise>0:devel/R-cran-memoise \
		R-cran-purrr>=0.3.3:devel/R-cran-purrr \
		R-cran-rlang>=0.4.0:devel/R-cran-rlang \
		R-cran-stringi>=1.4.3:textproc/R-cran-stringi \
		R-cran-stringr>=1.4.0:textproc/R-cran-stringr \
		R-cran-tibble>=2.1.3:devel/R-cran-tibble \
		R-cran-arabic2kansuji>=0.1.0:converters/R-cran-arabic2kansuji
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.pre.mk>

PKGNAMEPREFIX:=	${PKGNAMEPREFIX}R-cran-

.include <bsd.port.post.mk>