2004-03-23 16:06:01 +01:00
|
|
|
# New ports collection makefile for: p5-Data-Dump-Streamer
|
|
|
|
# Date created: 23 March 2003
|
|
|
|
# Whom: mat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-Dump-Streamer
|
2011-03-24 03:58:42 +01:00
|
|
|
PORTVERSION= 2.32
|
2004-03-23 16:06:01 +01:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-28 12:07:47 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-03-23 16:06:01 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-06-13 20:43:10 +02:00
|
|
|
COMMENT= Stream a highly accurate breadth first data dump in Perl code
|
2004-03-23 16:06:01 +01:00
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
2010-06-11 13:58:53 +02:00
|
|
|
p5-B-Utils>=0:${PORTSDIR}/devel/p5-B-Utils \
|
|
|
|
p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
|
|
p5-PadWalker>=0.99:${PORTSDIR}/devel/p5-PadWalker
|
2010-09-21 09:56:43 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-02-25 22:46:38 +01:00
|
|
|
|
2010-06-11 13:58:53 +02:00
|
|
|
PERL_MODBUILD= yes
|
2004-03-23 16:06:01 +01:00
|
|
|
|
2010-06-11 13:58:53 +02:00
|
|
|
MAN3= Data::Dump::Streamer.3
|
2004-03-23 16:06:01 +01:00
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|