blob: 37e4032e71df2f5f70ce7fb63e2ff5db07ba931d (
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
|
# New ports collection makefile for: p5-Data-Dump-Streamer
# Date created: 23 March 2003
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Data-Dump-Streamer
PORTVERSION= 2.08.40
DISTVERSION= ${PORTVERSION:C/\.(..)$/-\1/}
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Stream a highly accurate breadth first data dump in Perl code
RUN_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
${SITE_PERL}/B/Utils.pm:${PORTSDIR}/devel/p5-B-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= DDS
MAN3= DDS.3 Data::Dump::Streamer.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500800
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker
.endif
.include <bsd.port.post.mk>
|