23 lines
456 B
Makefile
Raw Normal View History

COMMENT= retrieve home directory location
MODULES= cpan
PKG_ARCH= *
2020-11-05 10:12:02 +00:00
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.
2010-10-22 20:20:05 +00:00
# Needed by t/02_main.t
TEST_ENV+= HOME="${HOME}"
.include <bsd.port.mk>