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:
parent
c9a6a203a4
commit
486fa1350e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226604
@ -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
|
||||
|
21
devel/p5-Carp-Always/Makefile
Normal file
21
devel/p5-Carp-Always/Makefile
Normal 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>
|
3
devel/p5-Carp-Always/distinfo
Normal file
3
devel/p5-Carp-Always/distinfo
Normal 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
|
5
devel/p5-Carp-Always/pkg-descr
Normal file
5
devel/p5-Carp-Always/pkg-descr
Normal 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/
|
5
devel/p5-Carp-Always/pkg-plist
Normal file
5
devel/p5-Carp-Always/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user