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

27 lines
654 B
Makefile
Raw Normal View History

# New ports collection makefile for: Devel-PartialDump
# Date created: 11 May 2009
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Devel-PartialDump
2010-01-11 03:19:11 +01:00
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Partial dumping of data structures, optimized for argument printing
2009-10-30 18:17:24 +01:00
BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-namespace-clean>=0.08:${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>