1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Add p5-Test-TempDir, provides temporary directory creation with testing in mind.

WWW: http://search.cpan.org/dist/Test-TempDir/
This commit is contained in:
Chin-San Huang 2008-09-07 02:08:31 +00:00
parent 9cbc7515bd
commit aaf5353c66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220041
5 changed files with 46 additions and 0 deletions

View File

@ -1761,6 +1761,7 @@
SUBDIR += p5-Test-SubCalls
SUBDIR += p5-Test-TAP-HTMLMatrix
SUBDIR += p5-Test-TAP-Model
SUBDIR += p5-Test-TempDir
SUBDIR += p5-Test-Tester
SUBDIR += p5-Test-Unit
SUBDIR += p5-Test-UseAllModules

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: devel/p5-Test-TempDir
# Date created: 2008/09/06
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Test-TempDir
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Temporary files support for testing
RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
p5-File-Path>=0:${PORTSDIR}/devel/p5-File-Path \
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::TempDir.3 Test::TempDir::Factory.3 Test::TempDir::Handle.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-TempDir-0.04.tar.gz) = 66d60bd4463bd01b71144cc7cb6585a8
SHA256 (Test-TempDir-0.04.tar.gz) = 2d0e2fbb5ebecfc41941f3acb8d81dece6e6ede059d284c6c2ce51e8600f2ff6
SIZE (Test-TempDir-0.04.tar.gz) = 7034

View File

@ -0,0 +1,3 @@
Test::TempDir provides temporary directory creation with testing in mind.
WWW: http://search.cpan.org/dist/Test-TempDir/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TempDir/.packlist
%%SITE_PERL%%/Test/TempDir.pm
%%SITE_PERL%%/Test/TempDir/Factory.pm
%%SITE_PERL%%/Test/TempDir/Handle.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TempDir
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test/TempDir
@dirrmtry %%SITE_PERL%%/Test