4f2161bc2e
Test::TempDir provides temporary directory creation with testing in mind.
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 19:20:37 jasper Exp $
|
|
|
|
COMMENT= temporary files support for testing
|
|
|
|
DISTNAME= Test-TempDir-0.05
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::devel/p5-MooseX-Types-Path-Class \
|
|
::sysutils/p5-File-NFSLock
|
|
|
|
.include <bsd.port.mk>
|