blob: b8b2f630707bd664d9c496501d2e5b82dbe99278 (
plain) (
tree)
|
|
# 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
COMMENT= Perl module implementing a back-propagation feed-forward neural network
USE_ZIP= yes
NO_WRKSUBDIR= yes
PERL_CONFIGURE= yes
MAN3= AI::NeuralNet::BackProp.3
.include <bsd.port.mk>
|