pkgsrc/devel/p5-File-DirSync/Makefile
wiz 82c8483476 Update to 1.14:
1.14  Tue Apr 18 17:46:00 2006
	- Add maxskew feature to avoid cache corruption.
	- Add t/110_behave.t tester.

1.12  Tue Mar 23 17:00:00 2004
	- Autoflush STDOUT if verbose is enabled.
	- Force chmod to match for directories too.
	- Reference the commandline utility in SEE ALSO.
	- Rid the spec since cpan2rpm handles is fine.
2007-02-27 09:16:14 +00:00

18 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/02/27 09:16:14 wiz Exp $
#
DISTNAME= File-DirSync-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-DirSync/
COMMENT= Perl5 module to synchronize two directories rapidly
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/File/DirSync/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"