aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Dumper/Makefile
blob: 33506a20b1c7fbc99876da43cad9f2383b715c1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    p5-Data-Dumper
# Date created:    23 March 2003
# Whom:        mat
#
# $FreeBSD$
#

PORTNAME=   Data-Dumper
PORTVERSION=    2.125
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

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

PERL_CONFIGURE= yes

.include <bsd.port.mk>