aboutsummaryrefslogtreecommitdiff
path: root/converters/R-cran-arabic2kansuji/Makefile
blob: dde8c9c42c22a9ce29638911e042ce5f66a5add6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	arabic2kansuji
PORTVERSION=	0.1.2
PORTREVISION=	1
CATEGORIES=	converters
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Convert Arabic Numerals to Kansuji
WWW=		https://cran.r-project.org/web/packages/arabic2kansuji/

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-purrr>0:devel/R-cran-purrr \
		R-cran-stringr>0:textproc/R-cran-stringr
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>