aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Dump-Streamer/Makefile
blob: c3c1c6f1a95b7eb3c68361b20dff3dab5eab39c9 (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
# New ports collection makefile for:    p5-Data-Dump-Streamer
# Date created:    23 March 2003
# Whom:        mat
#
# $FreeBSD$
#

PORTNAME=   Data-Dump-Streamer
PORTVERSION=    1.10
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX=  p5-

MAINTAINER= mat@FreeBSD.org
COMMENT=    Stream a highly accurate breadth first data dump in perl code form to a var or file

BUILD_DEPENDS=  ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
        ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Data::Dump::Streamer.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500801
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
.endif
.if ${PERL_LEVEL} < 500600
IGNORE="Need at least perl 5.6 to build"
.endif

.include <bsd.port.post.mk>