ports/devel/p5-File-HomeDir/Makefile

23 lines
456 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= retrieve home directory location
MODULES= cpan
PKG_ARCH= *
DISTNAME = File-HomeDir-1.006
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= sysutils/p5-File-Which>=0.05
# t/20_empty_home.t fails under PORTS_PRIVSEP if the directory
# '/nonexistent' doesn't exist as File::HomeDir->my_home checks
# if it does before considering a home directory valid.
# Needed by t/02_main.t
TEST_ENV+= HOME="${HOME}"
.include <bsd.port.mk>