blob: e19cf8162d3fea8a0aa7fcf0badc7898c0e4d0d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= wk
PORTVERSION= 0.6.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Lightweight Well-Known Geometry Parsing
WWW= https://cran.r-project.org/web/packages/wk/
LICENSE= MIT
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>
|