svn commit: r497394 - head/devel/p5-Algorithm-NaiveBayes

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 31 09:01:09 UTC 2019


Author: amdmi3
Date: Sun Mar 31 09:01:07 2019
New Revision: 497394
URL: https://svnweb.freebsd.org/changeset/ports/497394

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Algorithm-NaiveBayes/Makefile

Modified: head/devel/p5-Algorithm-NaiveBayes/Makefile
==============================================================================
--- head/devel/p5-Algorithm-NaiveBayes/Makefile	Sun Mar 31 08:52:21 2019	(r497393)
+++ head/devel/p5-Algorithm-NaiveBayes/Makefile	Sun Mar 31 09:01:07 2019	(r497394)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at 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>


More information about the svn-ports-all mailing list