[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / p5-File-HomeDir

File: [local] / ports / devel / p5-File-HomeDir / Makefile (download)

Revision 1.22, Fri Mar 11 18:51:28 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.21: +0 -2 lines

drop RCS Ids

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>