aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Directory-Scratch-Structured/Makefile
blob: 827b2407092a8eb0099600efc9f15cb04ebc2677 (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
28
29
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Directory-Scratch-Structured
PORTVERSION=	0.04
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Creates temporary files and directories from a structured description

USES=		perl5
USE_PERL5=	modbuild

RUN_DEPENDS=	p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
		p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \
		p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Test-Block>0:${PORTSDIR}/devel/p5-Test-Block \
		p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
		p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \
		p5-Test-Strict>0:${PORTSDIR}/devel/p5-Test-Strict \
		p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn

.include <bsd.port.mk>