aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Dumper-Concise/Makefile
blob: 6c4c1a2a3cf0c16c9de5a232398f94eab5ecd5fc (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
40
# New ports collection makefile for:    p5-Data-Dumper-Concise
# Date created:         2009-11-24
# Whom:                 Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#

PORTNAME=   Data-Dumper-Concise
PORTVERSION=    2.020
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:FREW
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Less indentation and newlines plus sub deparsing

BUILD_DEPENDS=  p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS=    p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper

TEST_DEPENDS =  p5-Error>=0:${PORTSDIR}/lang/p5-Error

OPTIONS_DEFINE= ARGNAMES
OPTIONS_DEFAULT=    ARGNAMES
ARGNAMES_DESC=  Enable DwarnN subroutine

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MARGNAMES}
BUILD_DEPENDS+= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
RUN_DEPENDS+=   p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames
.endif

PERL_CONFIGURE= yes

MAN3=       Data::Dumper::Concise.3 \
        Data::Dumper::Concise::Sugar.3 \
        Devel::Dwarn.3

.include <bsd.port.mk>