freebsd-ports/devel/p5-Devel-SimpleTrace/Makefile
Felippe de Meirelles Motta 196f5cea65 - Update to 0.07;
- Add missing dependencies.

Approved by:	gabor (mentor), maintainer timeout
2008-03-10 17:10:57 +00:00

24 lines
582 B
Makefile

# New ports collection makefile for: p5-Devel-SimpleTrace
# Date created: 4 January 2006
# Whom: estith
#
# $FreeBSD$
#
PORTNAME= Devel-SimpleTrace
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= estith.freebsd.ports@thelunarempire.net
COMMENT= Perl module for better stack traces on interpretter-generated warn/die
PERL_CONFIGURE= yes
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS+= ${BUILD_DEPENDS}
MAN3= Devel::SimpleTrace.3
.include <bsd.port.mk>