Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:47:51 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: b644e89e48cc - main - devel/p5-Cwd-Guard: Add LICENSE_FILE
Message-ID:  <202106101447.15AElpRo048269@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=b644e89e48ccc51819413830d0f15ddb4de1a776

commit b644e89e48ccc51819413830d0f15ddb4de1a776
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 14:26:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 14:46:05 +0000

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

diff --git a/devel/p5-Cwd-Guard/Makefile b/devel/p5-Cwd-Guard/Makefile
index 5932783852b6..2624b1eb60f4 100644
--- a/devel/p5-Cwd-Guard/Makefile
+++ b/devel/p5-Cwd-Guard/Makefile
@@ -11,11 +11,13 @@ COMMENT=	Temporary changing working directory (chdir)
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	p5-Test-Requires>=0:devel/p5-Test-Requires
 
-NO_ARCH=	yes
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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