aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-09 11:42:52 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-09 11:42:52 +0800
commit2f3b2ae16afdee230d76e31bf273897242cdeb33 (patch)
treedfa7d8637ca446c21e30d23daddeda6f726a7dec
parent1db5dfdb1d22f73de1e385900339f8e719a38398 (diff)
downloadfreebsd-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/Makefile5
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}