blob: 419ccd532c1870e1a6aa2f2cf1c2eea02fdfc448 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= highr
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Syntax Highlighting for R Source Code
LICENSE= GPLv2+
USES= cran:auto-plist
.include <bsd.port.mk>
|