blob: a0912643ba6d1cc27727410a3d23ba17c79d5a95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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= perltidy>=0:${PORTSDIR}/devel/perltidy
PERL_CONFIGURE= yes
MAN3= Data::Dumper::Perltidy.3
.include <bsd.port.mk>
|