aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-TempDir/Makefile
blob: 5099a3deb15e6312fd2c4556e16141e7d17887ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: chinsan
# $FreeBSD$

PORTNAME=	Test-TempDir
PORTVERSION=	0.05
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Temporary files support for testing

RUN_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
		p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \
		p5-Moose>=0.87:${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.08:${PORTSDIR}/devel/p5-namespace-clean
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=		Test::TempDir.3 Test::TempDir::Factory.3 Test::TempDir::Handle.3

.include <bsd.port.mk>