Update sysutils/p5-File-DirCompare to version 0.7_1
[dports.git] / sysutils / p5-File-DirCompare / Makefile
1 # Created by: Wen Heping <wen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       File-DirCompare
5 PORTVERSION=    0.7
6 PORTREVISION=   1
7 CATEGORIES=     sysutils perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl module to compare two directories using callbacks
13
14 USES=           perl5
15 USE_PERL5=      configure
16
17 .include <bsd.port.mk>