aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Dumper-Concise/Makefile
blob: c3837b62fa0cc2cb09b252250210fe3c1c7f8fc2 (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
# Created by: 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

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>