pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile
wiz b68d52d0a8 Initial import of p5-File-Copy-Recursive, from pkgsrc-wip.
Packaged by Roman Kulik, updated by abs and Johann Franz.

This module copies and moves directories recursively (or single
files, well...  singley) to an optional depth and attempts to
preserve each file or directory's mode.
2007-02-18 02:15:29 +00:00

15 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/02/18 02:15:29 wiz Exp $
DISTNAME= File-Copy-Recursive-0.30
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
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"