blob: 1e08a3bfe60449328692d2164b6429d93ccc5554 (
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
PORTREVISION= 7
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Self-Organizing Map
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>
|