diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:47 +0800 |
commit | 1db5dfdb1d22f73de1e385900339f8e719a38398 (patch) | |
tree | e57c839189e28e6e0ebdc12f2186ffeb33469f79 /math | |
parent | b6a209813f5a3d0f3f7e1c8bdeea2b890a8c3b1c (diff) | |
download | freebsd-ports-gnome-1db5dfdb1d22f73de1e385900339f8e719a38398.tar.gz freebsd-ports-gnome-1db5dfdb1d22f73de1e385900339f8e719a38398.tar.zst freebsd-ports-gnome-1db5dfdb1d22f73de1e385900339f8e719a38398.zip |
- Add LICENSE
- Fix COMMENT
- Pass maintainership to submitter
PR: ports/189309
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-AI-NeuralNet-BackProp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-AI-NeuralNet-BackProp/Makefile b/math/p5-AI-NeuralNet-BackProp/Makefile index e9d5fd9677a6..520f16241f1b 100644 --- a/math/p5-AI-NeuralNet-BackProp/Makefile +++ b/math/p5-AI-NeuralNet-BackProp/Makefile @@ -7,8 +7,11 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module implementing a back-propagation feed-forward neural network +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 |