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

.include <bsd.port.mk>