Upstream changes: 0.38 - do rmove() symlink fixups like rcopy() from ver 0.37 - rt 29750 (added $DirPerms) - Added requested rcopy_glob() && rmove_glob() for convenience
18 lines
553 B
Makefile
18 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/01/11 14:52:21 he Exp $
|
|
|
|
DISTNAME= File-Copy-Recursive-0.38
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Copy-Recursive/
|
|
COMMENT= Perl extension for recursively copying files and directories
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/File/Copy/Recursive/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|