git: f5be61f048bc - main - sysutils/p5-File-Cmp: Add LICENSE and TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:42:31 UTC
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>