SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-File-Copy-Recursive/Makefile
Normal file
18
devel/p5-File-Copy-Recursive/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= recursive copy of files and directories
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = File-Copy-Recursive-0.45
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
TEST_DEPENDS= devel/p5-Path-Tiny \
|
||||
devel/p5-Test-Deep \
|
||||
devel/p5-Test-Fatal \
|
||||
devel/p5-Test-File \
|
||||
devel/p5-Test-Warnings
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-Copy-Recursive/distinfo
Normal file
2
devel/p5-File-Copy-Recursive/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-Copy-Recursive-0.45.tar.gz) = 05cc94qDReOAQrIIu3s5y2lQgDhq9in0oE/9ZUnfEVc=
|
||||
SIZE (File-Copy-Recursive-0.45.tar.gz) = 19256
|
3
devel/p5-File-Copy-Recursive/pkg/DESCR
Normal file
3
devel/p5-File-Copy-Recursive/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
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.
|
4
devel/p5-File-Copy-Recursive/pkg/PLIST
Normal file
4
devel/p5-File-Copy-Recursive/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/Copy/
|
||||
${P5SITE}/File/Copy/Recursive.pm
|
||||
@man man/man3p/File::Copy::Recursive.3p
|
Loading…
Add table
Add a link
Reference in a new issue