1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

update devel/p5-Devel-Profile: 1.01 -> 1.02

PR:		54321
Submitted by:	Mathieu Arnold <m@absolight.net> (maintainer)
This commit is contained in:
Daichi GOTO 2003-07-11 04:49:15 +00:00
parent 8eb67910e2
commit 27cab15b15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84634
4 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Devel-Profile
PORTVERSION= 1.01
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= Tell me why my perl program runs so slowly
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Devel::Profile.3
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Devel-Profile-1.01.tar.gz) = 08561aceb83895e0862e663205dcc19c
MD5 (Devel-Profile-1.02.tar.gz) = 7637666252eaf4dc3493ee6ac9f1d1cf

View File

@ -3,4 +3,4 @@ information on the execution time of a Perl script and of the subs in that
script. This information can be used to determine which subroutines are using
the most time and which subroutines are being called most often.
WWW: http://search.cpan.org/author/JAW/Devel-Profile
WWW: http://search.cpan.org/dist/Devel-Profile/

View File

@ -1,3 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Devel/Profile.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile
%%SITE_PERL%%/Devel/Profile.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Profile/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Profile
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Devel 2>/dev/null || true