diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-11-02 15:18:33 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-11-02 15:18:33 +0000 |
commit | 342cc5d72f47fd1a84f9c909e94c407954355e75 (patch) | |
tree | 61769f4a683328f712a26866846ed3e015bb9c5d /devel/p5-Carp-Clan | |
parent | 2f4b8448748e6b0c6327c04bc74194fb741594fb (diff) | |
download | ports-342cc5d72f47fd1a84f9c909e94c407954355e75.tar.gz ports-342cc5d72f47fd1a84f9c909e94c407954355e75.zip |
Add p5-Carp-Clan 5.3, a perl module to report errors from perspective of
caller of a "clan" of modules.
This module is needed for a new version of p5-Bit-Vector.
Notes
Notes:
svn path=/head/; revision=120642
Diffstat (limited to 'devel/p5-Carp-Clan')
-rw-r--r-- | devel/p5-Carp-Clan/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Carp-Clan/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Carp-Clan/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Carp-Clan/pkg-plist | 6 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Carp-Clan/Makefile b/devel/p5-Carp-Clan/Makefile new file mode 100644 index 000000000000..b47bfb6e4a8f --- /dev/null +++ b/devel/p5-Carp-Clan/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Carp-Clan +# Date created: 02 November 2004 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Carp-Clan +PORTVERSION= 5.3 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Carp +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Report errors from perspective of caller of a "clan" of modules + +PERL_CONFIGURE= yes + +MAN3= Carp::Clan.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Carp-Clan/distinfo b/devel/p5-Carp-Clan/distinfo new file mode 100644 index 000000000000..64f4846c4b19 --- /dev/null +++ b/devel/p5-Carp-Clan/distinfo @@ -0,0 +1,2 @@ +MD5 (Carp-Clan-5.3.tar.gz) = d0a0431921b2c786aac234dfb6fe02ca +SIZE (Carp-Clan-5.3.tar.gz) = 16789 diff --git a/devel/p5-Carp-Clan/pkg-descr b/devel/p5-Carp-Clan/pkg-descr new file mode 100644 index 000000000000..b3486cdbe971 --- /dev/null +++ b/devel/p5-Carp-Clan/pkg-descr @@ -0,0 +1,5 @@ +This module is based on Carp.pm from Perl 5.005_03. It has been +modified to skip all package names matching the pattern given in +the "use" statement inside the "qw()" term (or argument list). + +WWW: http://search.cpan.org/dist/Carp-Clan diff --git a/devel/p5-Carp-Clan/pkg-plist b/devel/p5-Carp-Clan/pkg-plist new file mode 100644 index 000000000000..785f54a61476 --- /dev/null +++ b/devel/p5-Carp-Clan/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Carp/Clan.pm +%%SITE_PERL%%/Carp/Clan.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Clan/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp/Clan 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Carp 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Carp 2>/dev/null || true |