1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add p5-Carp-Always 0.09, perl extension to warn and die noisily with

stack backtraces.
This commit is contained in:
Jun Kuriyama 2009-01-21 13:28:49 +00:00
parent c9a6a203a4
commit 486fa1350e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226604
5 changed files with 35 additions and 0 deletions

View File

@ -1001,6 +1001,7 @@
SUBDIR += p5-Cache-Mmap
SUBDIR += p5-Cache-Simple-TimedExpiry
SUBDIR += p5-Calendar-Simple
SUBDIR += p5-Carp-Always
SUBDIR += p5-Carp-Assert
SUBDIR += p5-Carp-Assert-More
SUBDIR += p5-Carp-Clan

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: Carp::Always
# Date created: 21 Jan 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Carp-Always
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to warn and die noisily with stack backtraces
PERL_CONFIGURE= yes
MAN3= Carp::Always.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Carp-Always-0.09.tar.gz) = fbe35d97b541240f4fddd3fa3b9da467
SHA256 (Carp-Always-0.09.tar.gz) = 7467402b69682ab1459d0c07164c6cc036329a42ada8e3bd06f0ff48e324ccd3
SIZE (Carp-Always-0.09.tar.gz) = 4547

View File

@ -0,0 +1,5 @@
This module is meant as a debugging aid. It can be used to make a
script complain loudly with stack backtraces when warn()ing or
die()ing.
WWW: http://search.cpan.org/dist/Carp-Always/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Always/.packlist
%%SITE_PERL%%/Carp/Always.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Always
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp
@dirrmtry %%SITE_PERL%%/Carp