diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Datum/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-Carp-Datum/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Datum/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Carp-Datum/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Carp-Datum/pkg-plist | 15 |
6 files changed, 54 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e5529f81d680..2fd37ae61343 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -382,6 +382,7 @@ SUBDIR += p5-C-Scan SUBDIR += p5-Cache-Cache SUBDIR += p5-Carp-Assert + SUBDIR += p5-Carp-Datum SUBDIR += p5-Cdk SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-ArrayObjects diff --git a/devel/p5-Carp-Datum/Makefile b/devel/p5-Carp-Datum/Makefile new file mode 100644 index 000000000000..efd1c088a7a8 --- /dev/null +++ b/devel/p5-Carp-Datum/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Carp-Datum +# Date created: Aug 5th 2002 +# Whom: kuriyama +# +# $FreeBSD$ +# + +PORTNAME= Carp-Datum +PORTVERSION= 0.1.3 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Carp +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org + +BUILD_DEPENDS= ${PM_BASE}/Log/Agent.pm:${PORTSDIR}/devel/p5-Log-Agent \ + ${PM_BASE}/Getargs/Long.pm:${PORTSDIR}/devel/p5-Getargs-Long +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +PM_BASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN1= datum_strip.1 +MAN3= Carp::Datum::Assert.3 \ + Carp::Datum.3 \ + Carp::Datum::Strip.3 \ + Carp::Datum::MakeMaker.3 \ + Carp::Datum::Cfg.3 \ + Carp::Datum::Flags.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Carp-Datum/distinfo b/devel/p5-Carp-Datum/distinfo new file mode 100644 index 000000000000..1d94c6d72f4e --- /dev/null +++ b/devel/p5-Carp-Datum/distinfo @@ -0,0 +1 @@ +MD5 (Carp-Datum-0.1.3.tar.gz) = f4008370407069f3a3adfacb5a39d5dc diff --git a/devel/p5-Carp-Datum/pkg-comment b/devel/p5-Carp-Datum/pkg-comment new file mode 100644 index 000000000000..2f0ea075e156 --- /dev/null +++ b/devel/p5-Carp-Datum/pkg-comment @@ -0,0 +1 @@ +Debugging And Tracing Ultimate Module diff --git a/devel/p5-Carp-Datum/pkg-descr b/devel/p5-Carp-Datum/pkg-descr new file mode 100644 index 000000000000..8b1a8025f805 --- /dev/null +++ b/devel/p5-Carp-Datum/pkg-descr @@ -0,0 +1,3 @@ +Debugging And Tracing Ultimate Module. + +WWW: http://search.cpan.org/search?dist=Carp-Datum diff --git a/devel/p5-Carp-Datum/pkg-plist b/devel/p5-Carp-Datum/pkg-plist new file mode 100644 index 000000000000..c5bd234e72d7 --- /dev/null +++ b/devel/p5-Carp-Datum/pkg-plist @@ -0,0 +1,15 @@ +bin/datum_strip +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum.pm +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Assert.pm +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Cfg.pm +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Flags.pm +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/MakeMaker.pm +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Makefile +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Parser.y +lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum/Strip.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Datum/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Carp/Datum +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp/Datum +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Carp 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Carp 2>/dev/null || true |