freebsd-ports/devel/p5-Devel-Caller/Makefile
2013-10-29 07:56:01 +00:00

19 lines
389 B
Makefile

# Created by: Ying-Chieh Chen
# $FreeBSD$
PORTNAME= Devel-Caller
PORTVERSION= 2.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module which is meatier versions of caller
BUILD_DEPENDS= p5-PadWalker>=0.08:${PORTSDIR}/devel/p5-PadWalker
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>