0a0f45c843
Perl::Tidy to provide a function that stringifies a Perl data structure in a pretty printed format. WWW: http://search.cpan.org/dist/Data-Dumper-Perltidy/ PR: ports/131165 Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# New ports collection makefile for: p5-Data-Dumper-Perltidy
|
|
# Date created: 2009-01-30
|
|
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Dumper-Perltidy
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mopsfelder@gmail.com
|
|
COMMENT= Stringify and pretty print Perl data structures
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Dumper::Perltidy.3
|
|
|
|
.include <bsd.port.mk>
|