blob: 466ced008822204a21428b2d8038379d6cafb2ca (
plain) (
blame)
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= som
DISTVERSION= 0.3-5.1
PORTREVISION= 2
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Self-Organizing Map
LICENSE= GPLv3
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|