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

27 lines
655 B
Makefile

# New ports collection makefile for: Devel-PartialDump
# Date created: 11 May 2009
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Devel-PartialDump
PORTVERSION= 0.15
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-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Devel::PartialDump.3
.include <bsd.port.mk>