# New ports collection makefile for:	p5-Data-Dumper
# Date created:	   23 March 2003
# Whom:		   mat
#
# $FreeBSD: ports/devel/p5-Data-Dumper/Makefile,v 1.1 2004/03/23 14:48:00 mat Exp $
#

PORTNAME=	Data-Dumper
PORTVERSION=	2.121
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Data
PKGNAMEPREFIX=	p5-

MAINTAINER=	mat@FreeBSD.org
COMMENT=	Stringified perl data structures, suitable for both printing and eval

PERL_CONFIGURE=	yes

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} >= 500801
IGNORE="Alread included in perl ${PERL_VER}"
.endif
.if ${PERL_LEVEL} < 500601
IGNORE="Need at least perl 5.6.1 to build"
.endif

.include <bsd.port.post.mk>
