mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
e1ad733bfe
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
22 lines
422 B
Makefile
22 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>
|