Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:42:31 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: f5be61f048bc - main - sysutils/p5-File-Cmp: Add LICENSE and TEST_DEPENDS
Message-ID:  <202304051742.335HgV65009008@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=f5be61f048bc4e021747fbf7ad7a1dab63738697

commit f5be61f048bc4e021747fbf7ad7a1dab63738697
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:25:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:31:45 +0000

    sysutils/p5-File-Cmp: Add LICENSE and TEST_DEPENDS
---
 sysutils/p5-File-Cmp/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sysutils/p5-File-Cmp/Makefile b/sysutils/p5-File-Cmp/Makefile
index f66745c7cd87..49f359e57287 100644
--- a/sysutils/p5-File-Cmp/Makefile
+++ b/sysutils/p5-File-Cmp/Makefile
@@ -8,8 +8,14 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module to compare two files character by character
 WWW=		https://metacpan.org/release/File-Cmp
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	p5-Test2-Suite>=0:devel/p5-Test2-Suite
+
 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?202304051742.335HgV65009008>