svn commit: r487867 - head/math/p5-Number-WithError

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 20 09:00:12 UTC 2018


Author: amdmi3
Date: Thu Dec 20 09:00:10 2018
New Revision: 487867
URL: https://svnweb.freebsd.org/changeset/ports/487867

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

Modified:
  head/math/p5-Number-WithError/Makefile

Modified: head/math/p5-Number-WithError/Makefile
==============================================================================
--- head/math/p5-Number-WithError/Makefile	Thu Dec 20 08:52:35 2018	(r487866)
+++ head/math/p5-Number-WithError/Makefile	Thu Dec 20 09:00:10 2018	(r487867)
@@ -11,13 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Numbers with error propagation and scientific rounding
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Params-Util>=0:devel/p5-Params-Util \
 		p5-prefork>=0:devel/p5-prefork
-
 TEST_DEPENDS=	p5-Test-LectroTest>=0:devel/p5-Test-LectroTest
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list