Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:43:34 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: 9bc7cecb4223 - main - devel/p5-IPC-Mmap-Share: Add LICENSE_FILE and NO_ARCH
Message-ID:  <202106251343.15PDhYwi084475@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=9bc7cecb42238aed4750274610e6f2378571f24b

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

    devel/p5-IPC-Mmap-Share: Add LICENSE_FILE and NO_ARCH
---
 devel/p5-IPC-Mmap-Share/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/p5-IPC-Mmap-Share/Makefile b/devel/p5-IPC-Mmap-Share/Makefile
index 363f4372e4fb..ec3c823e32d1 100644
--- a/devel/p5-IPC-Mmap-Share/Makefile
+++ b/devel/p5-IPC-Mmap-Share/Makefile
@@ -12,11 +12,14 @@ COMMENT=	Safely share structures among processes using anonymous mmap
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-IPC-Mmap>=0:devel/p5-IPC-Mmap
 
-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?202106251343.15PDhYwi084475>