aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Printer/Makefile
blob: 15b213ed512252383a144172a644fd9ffb52ec4f (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
24
25
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	Data-Printer
PORTVERSION=	1.000001
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Colored pretty-print of Perl data structures and objects

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
		p5-DBI>=0:databases/p5-DBI \
		p5-IO-Pty-Easy>=0:devel/p5-IO-Pty-Easy \
		p5-Test-Pod>=1.41:devel/p5-Test-Pod

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>