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

22 lines
442 B
Makefile

COMMENT = inherit file attributes from parent directories
MODULES = cpan
PKG_ARCH = *
DISTNAME = File-Attributes-Recursive-0.02
REVISION = 2
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-File-Attributes \
devel/p5-Path-Class
# p5-Directory-Scratch should be TEST_DEPENDS but Module::Install screws up
BUILD_DEPENDS = ${RUN_DEPENDS} \
devel/p5-Directory-Scratch
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>