freebsd-ports/math/R-cran-gower/Makefile
2022-02-05 11:36:46 +00:00

18 lines
317 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= gower
DISTVERSION= 1.0.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Gower's Distance
LICENSE= GPLv3
USES= cran:auto-plist,compiles
OPTIONS_DEFINE= OPENMP
OPTIONS_DEFAULT= OPENMP
.include <bsd.port.mk>