pkgsrc/textproc/R-highr/Makefile
wen 206dd086f2 Update to 0.6
Upstream changes:
CHANGES IN highr VERSION 0.6

NEW FEATURES

	o `hilight()` can deal with multibyte characters that cannot represented in
	the system native encoding now (on Windows)

BUG FIXES

	o blank lines before/after code are preserved in the hilight() output now
	(thanks, Terry Therneau)
2016-07-28 14:25:34 +00:00

15 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/07/28 14:25:34 wen Exp $
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/highr/
COMMENT= Syntax highlighting for R
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= highr
R_PKGVER= 0.6
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"