freebsd-ports/devel/p5-Data-Printer/Makefile
Sunpoet Po-Chuan Hsieh e62a207818 - Update to 0.35
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Fix PLIST

Changes:	http://search.cpan.org/dist/Data-Printer/Changes
2014-02-16 10:36:59 +00:00

29 lines
869 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Printer
PORTVERSION= 0.35
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
BUILD_DEPENDS= p5-Clone-PP>=0:${PORTSDIR}/devel/p5-Clone-PP \
p5-File-HomeDir>=0.91:${PORTSDIR}/devel/p5-File-HomeDir \
p5-Package-Stash>=0.30:${PORTSDIR}/devel/p5-Package-Stash \
p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-IO-Pty-Easy>=0:${PORTSDIR}/devel/p5-IO-Pty-Easy \
p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>