Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Eval-Context / Makefile
1 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Eval-Context
5 PORTVERSION=    0.09.11
6 PORTREVISION=   2
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:NKH
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     ehaupt@FreeBSD.org
13 COMMENT=        Evaluate Perl code in context wrapper
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS=  p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
19                 p5-Package-Generator>=0:${PORTSDIR}/devel/p5-Package-Generator \
20                 p5-Test-Spelling>=0:${PORTSDIR}/devel/p5-Test-Spelling \
21                 p5-Test-Block>=0:${PORTSDIR}/devel/p5-Test-Block \
22                 p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
23                 p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution \
24                 p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
25                 p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
26                 p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \
27                 p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \
28                 p5-Directory-Scratch-Structured>=0:${PORTSDIR}/devel/p5-Directory-Scratch-Structured \
29                 p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \
30                 p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \
31                 p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
32 RUN_DEPENDS:=   ${BUILD_DEPENDS}
33
34 USES=           perl5
35 USE_PERL5=      modbuild
36
37 .include <bsd.port.mk>