freebsd-ports/devel/p5-Data-Dump-Streamer/Makefile
2012-04-10 16:54:43 +00:00

36 lines
966 B
Makefile

# New ports collection makefile for: p5-Data-Dump-Streamer
# Date created: 23 March 2003
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Data-Dump-Streamer
PORTVERSION= 2.33
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Stream a highly accurate breadth first data dump in Perl code
BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-B-Utils>=0:${PORTSDIR}/devel/p5-B-Utils \
p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
p5-PadWalker>=0.99:${PORTSDIR}/devel/p5-PadWalker
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFIGURE_ARGS= DDS
PERL_MODBUILD= yes
MAN3= Data::Dump::Streamer.3 DDS.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>