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
|
2006-06-13 20:43:10 +02:00
|
|
|
PORTVERSION= 2.03.30
|
2004-03-23 16:06:01 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Data
|
|
|
|
PKGNAMEPREFIX= p5-
|
2006-06-13 20:43:10 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/-\1/}
|
2004-03-23 16:06:01 +01:00
|
|
|
|
|
|
|
MAINTAINER= mat@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
|
|
|
|
2006-03-23 18:15:23 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
|
2006-06-13 20:43:10 +02:00
|
|
|
${SITE_PERL}/B/Utils.pm:${PORTSDIR}/devel/p5-B-Utils
|
2006-03-23 18:15:23 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-02-25 22:46:38 +01:00
|
|
|
|
2004-03-23 16:06:01 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2005-08-30 13:24:43 +02:00
|
|
|
CONFIGURE_ARGS= DDS
|
2004-03-23 16:06:01 +01:00
|
|
|
|
2005-08-30 13:24:43 +02:00
|
|
|
MAN3= DDS.3 Data::Dump::Streamer.3
|
2004-03-23 16:06:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2006-03-23 18:15:23 +01:00
|
|
|
IGNORE= requires perl 5.6 or above
|
2004-03-23 16:06:01 +01:00
|
|
|
.endif
|
|
|
|
|
2006-06-13 20:43:10 +02:00
|
|
|
.if ${PERL_LEVEL} >= 500800
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker
|
|
|
|
.endif
|
|
|
|
|
2004-03-23 16:06:01 +01:00
|
|
|
.include <bsd.port.post.mk>
|