freebsd-ports/sysutils/p5-File-Cmp/Makefile
2023-04-06 01:31:45 +08:00

21 lines
420 B
Makefile

PORTNAME= File-Cmp
PORTVERSION= 1.09
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
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>