openbsd-ports/devel/p5-Directory-Scratch/Makefile
simon 8c93f9700c import p5-Directory-Scratch
When writing test suites for modules that operate on files, it's often
inconvenient to correctly create a platform-independent temporary
storage space, manipulate files inside it, then clean it up when the
test exits.  The inconvenience usually results in tests that don't work
everwhere, or worse, no tests at all.
This module aims to eliminate that problem by making it easy to do
things right.
2008-09-06 09:52:57 +00:00

23 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 09:52:57 simon Exp $
COMMENT = easy-to-use self-cleaning scratch space
MODULES = cpan
DISTNAME = Directory-Scratch-0.14
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-File-Slurp \
::devel/p5-Path-Class \
::textproc/p5-String-Random
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>