Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 09:00:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487867 - head/math/p5-Number-WithError
Message-ID:  <201812200900.wBK90BI9076990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200900.wBK90BI9076990>