diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:52 +0000 |
commit | 25b87a17278a5ae6c53bdd36e95bf6d76b0bcf16 (patch) | |
tree | dfa7d8637ca446c21e30d23daddeda6f726a7dec /math/p5-AI-Perceptron | |
parent | 44cba9789f070830115499581b04232690357eba (diff) |
Notes
Diffstat (limited to 'math/p5-AI-Perceptron')
-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} |