mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
16 lines
322 B
Makefile
16 lines
322 B
Makefile
PORTNAME= wk
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 1
|
|
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>
|