summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-03-31 09:01:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-03-31 09:01:07 +0000
commitf73dd512904da1c5624e4b09ecc26aee63858a7e (patch)
treec96c345309b853a4634d964ae06f6485e8db6436 /devel
parentRemove duplicate port graphics/py-PyX12 (diff)
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=497394
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Algorithm-NaiveBayes/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-NaiveBayes/Makefile b/devel/p5-Algorithm-NaiveBayes/Makefile
index f87f1461a7a0..312a14bedf38 100644
--- a/devel/p5-Algorithm-NaiveBayes/Makefile
+++ b/devel/p5-Algorithm-NaiveBayes/Makefile
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl class performing Bayesian prediction of categories
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
.include <bsd.port.mk>