24 lines
503 B
Makefile
24 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:44:52 sthen Exp $
|
|
|
|
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>
|