freebsd-ports/math/p5-AI-NeuralNet-BackProp/Makefile

22 lines
390 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= AI-NeuralNet-BackProp
PORTVERSION= 0.89
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Perl module implementing back-propagation feed-forward neural network
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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
.include <bsd.port.mk>