freebsd-ports/devel/p5-Data-Dumper/Makefile
Anton Berezin 42b21b0f28 Do not refuse to build with perl 5.8.
Approved by:	mat-tainer
2004-12-01 11:42:51 +00:00

26 lines
530 B
Makefile

# New ports collection makefile for: p5-Data-Dumper
# Date created: 23 March 2003
# Whom: mat
#
# $FreeBSD$
#
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} < 500601
IGNORE="Need at least perl 5.6.1 to build"
.endif
.include <bsd.port.post.mk>