freebsd-ports/sysutils/p5-File-DirCompare/Makefile
Wen Heping e1ad733bfe File::DirCompare is a perl module to compare two directories using
a callback, invoked for all files that are 'different' between the
two directories, and for any files that exist only in one or other
directory ('unique' files).

WWW: http://search.cpan.org/dist/File-DirCompare/

Feature safe:	yes
2010-03-03 13:14:16 +00:00

21 lines
422 B
Makefile

# New ports collection makefile for: p5-File-DirCompare
# Date created: 3rd March, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-DirCompare
PORTVERSION= 0.6
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Perl module to compare two directories using callbacks
PERL_CONFIGURE= yes
MAN3= File::DirCompare.3
.include <bsd.port.mk>