mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
42b21b0f28
Approved by: mat-tainer
27 lines
530 B
Makefile
27 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>
|