diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:52 +0800 |
commit | 2f3b2ae16afdee230d76e31bf273897242cdeb33 (patch) | |
tree | dfa7d8637ca446c21e30d23daddeda6f726a7dec | |
parent | 1db5dfdb1d22f73de1e385900339f8e719a38398 (diff) | |
download | freebsd-ports-gnome-2f3b2ae16afdee230d76e31bf273897242cdeb33.tar.gz freebsd-ports-gnome-2f3b2ae16afdee230d76e31bf273897242cdeb33.tar.zst freebsd-ports-gnome-2f3b2ae16afdee230d76e31bf273897242cdeb33.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189310
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | math/p5-AI-Perceptron/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-AI-Perceptron/Makefile b/math/p5-AI-Perceptron/Makefile index bec7dd35c978..6513d91d1399 100644 --- a/math/p5-AI-Perceptron/Makefile +++ b/math/p5-AI-Perceptron/Makefile @@ -7,9 +7,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module for introducing to internal operations of neural networks +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-accessors>=0:${PORTSDIR}/devel/p5-accessors RUN_DEPENDS:= ${BUILD_DEPENDS} |