Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:44:48 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: 09e425789e4b - main - devel/p5-Sys-Info-Driver-BSD: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202106251344.15PDim4M086114@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=09e425789e4b1313f435b3226c33558e16e2857a

commit 09e425789e4b1313f435b3226c33558e16e2857a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:35:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:35:22 +0000

    devel/p5-Sys-Info-Driver-BSD: Add LICENSE_FILE and NO_ARCH
---
 devel/p5-Sys-Info-Driver-BSD/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Sys-Info-Driver-BSD/Makefile b/devel/p5-Sys-Info-Driver-BSD/Makefile
index 2995ae3d6177..d40fc68cb1e1 100644
--- a/devel/p5-Sys-Info-Driver-BSD/Makefile
+++ b/devel/p5-Sys-Info-Driver-BSD/Makefile
@@ -12,6 +12,7 @@ COMMENT=	BSD driver for Sys::Info
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-BSD-Sysctl>=0.08:sysutils/p5-BSD-Sysctl \
@@ -21,7 +22,9 @@ TEST_DEPENDS=	p5-Test-Pod>=0:devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \
 		p5-Test-Sys-Info>=0.20:devel/p5-Test-Sys-Info
 
-USE_PERL5=	configure
 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?202106251344.15PDim4M086114>