freebsd-ports/math/p5-AI-NeuralNet-BackProp/Makefile
Sunpoet Po-Chuan Hsieh 44cba9789f - Add LICENSE
- Fix COMMENT
- Pass maintainership to submitter

PR:		ports/189309
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:42:47 +00:00

20 lines
376 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= AI-NeuralNet-BackProp
PORTVERSION= 0.89
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module implementing back-propagation feed-forward neural network
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_WRKSUBDIR= yes
USES= perl5 zip
USE_PERL5= configure
.include <bsd.port.mk>