1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/p5-Devel-StackTrace/Makefile
Ying-Chieh Liao cd64c6be27 add p5-Devel-StackTrace
Stack trace and stack trace frame objects
2001-07-28 05:18:51 +00:00

25 lines
458 B
Makefile

# ex:ts=8
# New ports collection makefile for: p5-Devel-StackTrace
# Date created: Jul 28, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Devel-StackTrace
PORTVERSION= 0.85
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Devel::StackTrace.3
.include <bsd.port.mk>