18 lines
317 B
Makefile
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>
|