blob: a02e8120f300af0aa0b3a4885fa4808de1080896 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: 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
USES= perl5
USE_PERL5= configure
MAN3= Data::Dumper::Perltidy.3
NO_STAGE= yes
.include <bsd.port.mk>
|