63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
25 lines
488 B
Makefile
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>
|