aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-AI-NeuralNet-BackProp/Makefile
blob: b8b2f630707bd664d9c496501d2e5b82dbe99278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>