freebsd-ports/sysutils/p5-File-Cmp/Makefile
2021-04-06 16:31:07 +02:00

16 lines
321 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= File-Cmp
PORTVERSION= 1.07
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to compare two files character by character
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>