2013-09-20 22:55:04 +02:00
|
|
|
# Created by: will
|
2001-01-01 09:00:37 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= AI-NeuralNet-BackProp
|
|
|
|
PORTVERSION= 0.89
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-01 09:00:37 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2014-05-09 05:42:47 +02:00
|
|
|
COMMENT= Perl module implementing back-propagation feed-forward neural network
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
2001-01-01 09:00:37 +01:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
2014-03-10 17:25:33 +01:00
|
|
|
USES= perl5 zip
|
2013-08-02 20:21:05 +02:00
|
|
|
USE_PERL5= configure
|
2001-01-01 09:00:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|