d99c57ae04
callbacks, which are invoked for all files thar are 'diffent' between the two directories, and for any files that exist only in one or other directory ('unique' files). ok landry@
22 lines
420 B
Makefile
22 lines
420 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/12 18:44:16 jamesw Exp $
|
|
|
|
COMMENT = Compare two directories using callbacks
|
|
|
|
MODULES = cpan
|
|
DISTNAME = File-DirCompare-0.6
|
|
CATEGORIES = devel
|
|
|
|
CPAN_AUTHOR = GAVINC
|
|
|
|
MAINTAINER = James Wright <jamesw@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
CONFIGURE_STYLE = perl
|
|
|
|
|
|
.include <bsd.port.mk>
|