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

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Lightweight Well-Known Geometry Parsing

LICENSE=	MIT

CRAN_DEPENDS=	R-cran-cpp11>0:devel/R-cran-cpp11
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

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

.include <bsd.port.mk>