mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Debugging And Tracing Ultimate Module.
This commit is contained in:
parent
9551af8f02
commit
1f942ca7c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64098
@ -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
|
||||
|
33
devel/p5-Carp-Datum/Makefile
Normal file
33
devel/p5-Carp-Datum/Makefile
Normal file
@ -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>
|
1
devel/p5-Carp-Datum/distinfo
Normal file
1
devel/p5-Carp-Datum/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Carp-Datum-0.1.3.tar.gz) = f4008370407069f3a3adfacb5a39d5dc
|
1
devel/p5-Carp-Datum/pkg-comment
Normal file
1
devel/p5-Carp-Datum/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Debugging And Tracing Ultimate Module
|
3
devel/p5-Carp-Datum/pkg-descr
Normal file
3
devel/p5-Carp-Datum/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Debugging And Tracing Ultimate Module.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Carp-Datum
|
15
devel/p5-Carp-Datum/pkg-plist
Normal file
15
devel/p5-Carp-Datum/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user