Edit

IABSD.fr/ports/math/p5-AI-FANN/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:36:11
    Hash : ab45f39a
    Message : drop RCS Ids

  • math/p5-AI-FANN/Makefile
  • COMMENT=		interface to the Fast Artificial Neural Network library
    
    DISTNAME=		AI-FANN-0.10
    REVISION=		6
    CATEGORIES=		math
    
    MODULES=		cpan
    
    # perl
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c doublefann perl
    
    LIB_DEPENDS =		math/fann
    
    CONFIGURE_ARGS+=	FANN_LIB="${LOCALBASE}/lib" \
    			FANN_INCLUDE"${LOCALBASE}/include"
    
    MODCPAN_EXAMPLES=	Yes
    MODCPAN_EXAMPLES_DIST=	samples
    
    .include <bsd.port.mk>