1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/p5-Devel-TraceUse/Makefile
Anton Berezin 63e1ad5cc6 Add p5-Devel-TraceUse 1.00, a Perl module that shows the modules your
program loads, recursively.

PR:		ports/103437
Submitted by:	Mauricio Herrera Cuadra <mauricio at arareko.net>
2006-09-22 07:47:34 +00:00

33 lines
798 B
Makefile

# New ports collection makefile for: devel/p5-Devel-TraceUse
# Date created: 20 September 2006
# Whom: Mauricio Herrera Cuadra <mauricio@arareko.net>
#
# $FreeBSD$
#
PORTNAME= Devel-TraceUse
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= mauricio@arareko.net
COMMENT= This module shows the modules your program loads, recursively
PERL_DEPENDS= p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes
BUILD_DEPENDS= ${PERL_DEPENDS}
RUN_DEPENDS= ${PERL_DEPENDS}
PERL_MODBUILD= yes
MAN3= Devel::TraceUse.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least perl5.6 to build
.endif
.include <bsd.port.post.mk>