18 lines
397 B
Makefile
18 lines
397 B
Makefile
PORTNAME= highr
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= uzsolt@uzsolt.hu
|
|
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>
|