aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:25:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:31:45 +0000
commitf5be61f048bc4e021747fbf7ad7a1dab63738697 (patch)
tree0d72aa85e0a03c3d4678d61ab18518df890daebd
parent4b29274ad4e11fcf01d5147e324ecc6ee4ef803e (diff)
downloadports-f5be61f048bc4e021747fbf7ad7a1dab63738697.tar.gz
ports-f5be61f048bc4e021747fbf7ad7a1dab63738697.zip
sysutils/p5-File-Cmp: Add LICENSE and TEST_DEPENDS
-rw-r--r--sysutils/p5-File-Cmp/Makefile6
1 files changed, 6 insertions, 0 deletions
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>