Edit

IABSD.fr/ports/math/p5-AI-NeuralNet-Kohonen-Visual/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2015-01-21 14:19:13
    Hash : db2fcbbe
    Message : drop USE_GROFF, output checked with gmdiff

  • math/p5-AI-NeuralNet-Kohonen-Visual/Makefile
  • # $OpenBSD: Makefile,v 1.10 2015/01/21 14:19:14 sthen Exp $
    
    COMMENT=		visualisation of Kohonen's Self-Organizing Maps#'
    
    DISTNAME=		AI-NeuralNet-Kohonen-Visual-0.3
    REVISION=		1
    CATEGORIES=		math x11
    
    # perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=		cpan
    
    RUN_DEPENDS=		math/p5-AI-NeuralNet-Kohonen \
    			x11/p5-Tk
    
    TEST_IS_INTERACTIVE= x11
    
    .include <bsd.port.mk>