aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-highr/Makefile
blob: f81b3d593f309b9d3fa4bc3b5f224bd359a93d77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	highr
PORTVERSION=	0.9
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Syntax Highlighting for R Source Code
WWW=		https://cran.r-project.org/web/packages/highr/

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-xfun>=0.18:misc/R-cran-xfun
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist

.include <bsd.port.mk>