Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2021 19:03:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8055cc5ef937 - main - math/p5-Statistics-Basic: Add LICENSE and NO_ARCH
Message-ID:  <202105261903.14QJ3lk6032487@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8055cc5ef937613b3e9843691be8243c4ae30463

commit 8055cc5ef937613b3e9843691be8243c4ae30463
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-26 18:56:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-26 19:00:19 +0000

    math/p5-Statistics-Basic: Add LICENSE and NO_ARCH
---
 math/p5-Statistics-Basic/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile
index 9a4a8921ef10..fbcef8c8773b 100644
--- a/math/p5-Statistics-Basic/Makefile
+++ b/math/p5-Statistics-Basic/Makefile
@@ -9,10 +9,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Collection of basic statistics modules
 
+LICENSE=	LGPL20
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Number-Format>=1.61:textproc/p5-Number-Format
 
 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?202105261903.14QJ3lk6032487>