freebsd-ports/devel/p5-Data-Dumper-Concise/Makefile
2012-05-31 11:19:32 +00:00

40 lines
1 KiB
Makefile

# 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>