openbsd-ports/devel/p5-File-Copy-Recursive/Makefile
2022-03-11 18:49:30 +00:00

19 lines
331 B
Makefile

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>