2001-01-01 09:00:37 +01:00
|
|
|
# New ports collection makefile for: AI-NeuralNet-BackProp
|
|
|
|
# Date created: 15 Nov 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= AI-NeuralNet-BackProp
|
|
|
|
PORTVERSION= 0.89
|
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= AI
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl module implementing a back-propagation feed-forward neural network
|
2001-01-01 09:00:37 +01:00
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2001-01-01 12:06:17 +01:00
|
|
|
MAN3= AI::NeuralNet::BackProp.3
|
2001-01-01 09:00:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|