summaryrefslogtreecommitdiff
path: root/sysutils/p5-File-DirCompare/Makefile
blob: da934dfd6c794638f14a5741f85be0c127882032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	File-DirCompare
PORTVERSION=	0.7
CATEGORIES=	sysutils perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to compare two directories using callbacks

USES=		perl5
USE_PERL5=	configure

MAN3=		File::DirCompare.3

NO_STAGE=	yes
.include <bsd.port.mk>