Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:48:54 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: 65c0e9621a90 - main - devel/p5-Ouch: Add LICENSE_FILE
Message-ID:  <202203251348.22PDmsRb026622@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=65c0e9621a90aa0aa23af132515d821b79c467cf

commit 65c0e9621a90aa0aa23af132515d821b79c467cf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:10:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:55 +0000

    devel/p5-Ouch: Add LICENSE_FILE
---
 devel/p5-Ouch/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/p5-Ouch/Makefile b/devel/p5-Ouch/Makefile
index 38430c478480..079581777612 100644
--- a/devel/p5-Ouch/Makefile
+++ b/devel/p5-Ouch/Makefile
@@ -10,11 +10,13 @@ COMMENT=	Perl extension for exceptions that don't hurt
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Trap>=0:devel/p5-Test-Trap
 
-USES=	perl5
+USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=	YES
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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