1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/p5-Data-Dump/Makefile
2004-04-14 11:21:48 +00:00

29 lines
509 B
Makefile

# New ports collection makefile for: p5-Data-Dump
# Date created: 23 March 2003
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Data-Dump
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Pretty printing of data structures
PERL_CONFIGURE= yes
MAN3= Data::Dump.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE="Need at least perl 5.6 to build"
.endif
.include <bsd.port.post.mk>