freebsd-ports/devel/p5-Devel-PartialDump/Makefile

29 lines
719 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Devel-PartialDump
PORTVERSION= 0.15
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Partial dumping of data structures, optimized for argument printing
BUILD_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
USES= perl5
USE_PERL5= configure
MAN3= Devel::PartialDump.3
NO_STAGE= yes
.include <bsd.port.mk>