aboutsummaryrefslogblamecommitdiff
path: root/sysutils/p5-File-Cmp/Makefile
blob: 01ee73c55dd9d19564b369c89ca4f219bd0b8674 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                       
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

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>