diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-31 09:01:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-31 09:01:07 +0000 |
commit | f73dd512904da1c5624e4b09ecc26aee63858a7e (patch) | |
tree | c96c345309b853a4634d964ae06f6485e8db6436 /devel | |
parent | Remove 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/Makefile | 4 |
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> |