Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Directory-Scratch-Structured / Makefile
1 # Created by: Lars Thegler <lth@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Directory-Scratch-Structured
5 PORTVERSION=    0.04
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     lth@FreeBSD.org
12 COMMENT=        Creates temporary files and directories from a structured description
13
14 USES=           perl5
15 USE_PERL5=      modbuild
16
17 RUN_DEPENDS=    p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
18                 p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
19                 p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
20                 p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \
21                 p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch
22 BUILD_DEPENDS:= ${RUN_DEPENDS}
23 TEST_DEPENDS=   p5-Test-Block>0:${PORTSDIR}/devel/p5-Test-Block \
24                 p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
25                 p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \
26                 p5-Test-Strict>0:${PORTSDIR}/devel/p5-Test-Strict \
27                 p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn
28
29 .include <bsd.port.mk>