aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Devel-Profile/Makefile5
-rw-r--r--devel/p5-Devel-Profile/distinfo2
-rw-r--r--devel/p5-Devel-Profile/pkg-descr2
-rw-r--r--devel/p5-Devel-Profile/pkg-plist8
4 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Devel-Profile/Makefile b/devel/p5-Devel-Profile/Makefile
index 1597404826a3..a654e848a7cc 100644
--- a/devel/p5-Devel-Profile/Makefile
+++ b/devel/p5-Devel-Profile/Makefile
@@ -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>
diff --git a/devel/p5-Devel-Profile/distinfo b/devel/p5-Devel-Profile/distinfo
index 645dc549e428..532dc60acea8 100644
--- a/devel/p5-Devel-Profile/distinfo
+++ b/devel/p5-Devel-Profile/distinfo
@@ -1 +1 @@
-MD5 (Devel-Profile-1.01.tar.gz) = 08561aceb83895e0862e663205dcc19c
+MD5 (Devel-Profile-1.02.tar.gz) = 7637666252eaf4dc3493ee6ac9f1d1cf
diff --git a/devel/p5-Devel-Profile/pkg-descr b/devel/p5-Devel-Profile/pkg-descr
index 9de0fcfa480c..7e89c23bfe7a 100644
--- a/devel/p5-Devel-Profile/pkg-descr
+++ b/devel/p5-Devel-Profile/pkg-descr
@@ -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/
diff --git a/devel/p5-Devel-Profile/pkg-plist b/devel/p5-Devel-Profile/pkg-plist
index 6a621405e65f..ec3504b7408f 100644
--- a/devel/p5-Devel-Profile/pkg-plist
+++ b/devel/p5-Devel-Profile/pkg-plist
@@ -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