17 lines
263 B
Makefile
Executable File
17 lines
263 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:23:55 espie Exp $
|
|
|
|
COMMENT= Kohonen's Self-Organizing Maps
|
|
|
|
DISTNAME= AI-NeuralNet-Kohonen-0.142
|
|
REVISION= 1
|
|
CATEGORIES= math
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|
|
|