aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-farver/Makefile
blob: 0dd4d41c00b276d483610cddc0d9b6c396edf420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	farver
PORTVERSION=	2.1.1
PORTREVISION=	1
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	High Performance Colour Space Manipulation
WWW=		https://cran.r-project.org/web/packages/farver/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.note

USES=		compiler:c++11-lang cran:auto-plist,compiles

.include <bsd.port.mk>