openbsd-ports/math/p5-AI-FANN/Makefile
jasper 8205304855 import p5-AI-FANN 0.08
AI::FANN is a Perl wrapper for the Fast Artificial Neural Network (FANN)
Library. It's an object oriented interface provides an almost direct map
to the C library API.
2008-09-30 09:22:58 +00:00

28 lines
578 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/30 09:22:58 jasper Exp $
SHARED_ONLY= Yes
COMMENT= interface to the Fast Artificial Neural Network library
DISTNAME= AI-FANN-0.08
CATEGORIES= math
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= doublefann::math/fann
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile.PL
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-FANN
${INSTALL_DATA} ${WRKSRC}/samples/*.pl ${PREFIX}/share/examples/p5-FANN
.include <bsd.port.mk>