freebsd-ports/devel/p5-Devel-Caller/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

25 lines
488 B
Makefile

# ex:ts=8
# Ports collection makefile for: Devel-Caller
# Date created: Jul. 11, 2006
# Whom: Ying-Chieh Chen
#
# $FreeBSD$
#
PORTNAME= Devel-Caller
PORTVERSION= 2.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module which is meatier versions of caller
RUN_DEPENDS= p5-PadWalker>=0.08:${PORTSDIR}/devel/p5-PadWalker
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Devel::Caller.3
.include <bsd.port.mk>