opnsense-ports/sysutils/p5-File-Cmp/Makefile
Franco Fichtner cf219818e0 */*: sync with upstream
Taken from: FreeBSD
2024-08-19 15:26:42 +02:00

21 lines
427 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-Test-Simple>=1.302200:devel/p5-Test-Simple
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>