ports/devel/p5-File-Copy-Recursive/Makefile

19 lines
331 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>