blob: d3cd91fbe43fe8517329ff9a5651722e2df8d3e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= gower
DISTVERSION= 0.1.2
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Gower's Distance
LICENSE= GPLv3
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|