e80e131996
synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
18 lines
305 B
Makefile
18 lines
305 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= som
|
|
DISTVERSION= 0.3-5
|
|
PORTREVISION= 5
|
|
CATEGORIES= science
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Self-Organizing Map
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|