2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:45:39 ajacoutot Exp $
|
2009-03-31 16:49:01 +00:00
|
|
|
|
|
|
|
COMMENT= visualisation of Kohonen's Self-Organizing Maps
|
|
|
|
|
|
|
|
DISTNAME= AI-NeuralNet-Kohonen-Visual-0.3
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2009-03-31 16:49:01 +00:00
|
|
|
CATEGORIES= math x11
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
USE_GROFF = Yes
|
2009-03-31 16:49:01 +00:00
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
RUN_DEPENDS= math/p5-AI-NeuralNet-Kohonen \
|
|
|
|
x11/p5-Tk
|
2009-03-31 16:49:01 +00:00
|
|
|
|
2009-09-06 10:46:25 +00:00
|
|
|
REGRESS_IS_INTERACTIVE= x11
|
2009-03-31 16:49:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|