aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-File-Cmp/Makefile
blob: c9e32fac3bd0713f99a41358ae6253a6c19d3168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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>