openbsd-ports/devel/p5-File-pushd/Makefile
millert 5d474bee69 File::pushd does a temporary chdir that is easily and automatically
reverted, similar to pushd in some Unix command shells.
OK benoit@ landry@ sthen@
2014-12-19 17:07:46 +00:00

15 lines
281 B
Makefile

# $OpenBSD: Makefile,v 1.1 2014/12/19 17:07:46 millert Exp $
COMMENT= change directory temporarily for a limited scope
MODULES= cpan
DISTNAME= File-pushd-1.009
CATEGORIES= devel
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
TEST_DEPENDS= devel/p5-Test-Harness
.include <bsd.port.mk>