25 lines
551 B
Makefile
25 lines
551 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= Data-Printer
|
|
PORTVERSION= 1.000004
|
|
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>
|