2004-03-23 15:48:00 +01:00
|
|
|
# New ports collection makefile for: p5-Data-Dumper
|
|
|
|
# Date created: 23 March 2003
|
|
|
|
# Whom: mat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-Dumper
|
2011-05-31 21:39:38 +02:00
|
|
|
PORTVERSION= 2.131
|
2004-03-23 15:48:00 +01:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-03-23 15:48:00 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-03-23 15:48:00 +01:00
|
|
|
COMMENT= Stringified perl data structures, suitable for both printing and eval
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-08-31 15:37:23 +02:00
|
|
|
.include <bsd.port.mk>
|