aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Eval-Context/Makefile
blob: 0a9f56be8129eaa0da0c5d24a187cfb2da59218f (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
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    p5-Eval-Context
# Date Created:             22 Apr 2008
# Whom:                 Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Eval-Context
PORTVERSION=    0.07
CATEGORIES= devel perl5
MASTER_SITES=   http://cpan.mirror.solnet.ch/authors/id/N/NK/NKH/ \
        CRITICAL
PKGNAMEPREFIX=  p5-

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Evalute perl code in context wraper

BUILD_DEPENDS=  ${SITE_PERL}/Test/Output.pm:${PORTSDIR}/devel/p5-Test-Output \
        ${SITE_PERL}/Package/Generator.pm:${PORTSDIR}/devel/p5-Package-Generator \
        ${SITE_PERL}/Test/Spelling.pm:${PORTSDIR}/devel/p5-Test-Spelling \
        ${SITE_PERL}/Test/Block.pm:${PORTSDIR}/devel/p5-Test-Block \
        ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
        ${SITE_PERL}/Test/Distribution.pm:${PORTSDIR}/devel/p5-Test-Distribution \
        ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \
        ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
        ${SITE_PERL}/Test/Dependencies.pm:${PORTSDIR}/devel/p5-Test-Dependencies \
        ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \
        ${SITE_PERL}/Test/Strict.pm:${PORTSDIR}/devel/p5-Test-Strict \
        ${SITE_PERL}/Directory/Scratch/Structured.pm:${PORTSDIR}/devel/p5-Directory-Scratch-Structured \
        ${SITE_PERL}/Data/TreeDumper.pm:${PORTSDIR}/devel/p5-Data-TreeDumper \
        ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \
        ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_MODBUILD=  yes

MAN3=       Eval::Context.3

.include <bsd.port.mk>