pkgsrc-wip/p5-File-Copy-Recursive/Makefile
David Brownlee 90c266c22d update to 0.21
changes since 0.19:

0.21  Mon Apr 24 12:28:11 2006
        - made dircopy() use fcopy() instead of copy() for files so that it'd behave consistently and correctly
	- updated some POD

0.20  Tue Apr 11 15:29:37 2006
        - fixed bug 18667
	- added $CondCopy functionality to dircopy() (and subsequently dirmove() and rcopy() and rmove() when handling directpries)
2006-05-05 16:55:55 +00:00

15 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/05/05 16:55:55 absd Exp $
DISTNAME= File-Copy-Recursive-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DM/DMUEY/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/File-Copy-Recursive/
COMMENT= Perl extension for recursively copying files and directories
PERL5_PACKLIST= auto/File/Copy/Recursive/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"