freebsd-ports/devel/p5-Devel-StackTrace/Makefile

23 lines
399 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: p5-Devel-StackTrace
# Date created: Jul 28, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Devel-StackTrace
2009-07-16 10:26:26 +02:00
PORTVERSION= 1.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Stack trace and stack trace frame objects
2004-02-23 21:53:19 +01:00
PERL_MODBUILD= yes
MAN3= Devel::StackTrace.3
.include <bsd.port.mk>