24 lines
560 B
Makefile
24 lines
560 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= lippe@FreeBSD.org
|
|
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>
|