1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/math/R-cran-wk/Makefile
2021-07-14 19:50:28 +09:00

18 lines
365 B
Makefile

PORTNAME= wk
PORTVERSION= 0.5.0
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>