opnsense-ports/sysutils/p5-File-Cmp/Makefile
Franco Fichtner bc9fc2848c */*: sync with upstream
Taken from: FreeBSD
2023-04-11 09:42:51 +02: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>