aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Profile/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-11 04:49:15 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-11 04:49:15 +0000
commit27cab15b1567811104357db342fa2a865d181b9b (patch)
tree12c0e1289f45ef2a6f74c07e2607f324ea59f3f8 /devel/p5-Devel-Profile/Makefile
parent8eb67910e26ab9b2e2e7425c0bbd60af4fdc36d3 (diff)
downloadports-27cab15b1567811104357db342fa2a865d181b9b.tar.gz
ports-27cab15b1567811104357db342fa2a865d181b9b.zip
Notes
Diffstat (limited to 'devel/p5-Devel-Profile/Makefile')
-rw-r--r--devel/p5-Devel-Profile/Makefile5
1 files changed, 2 insertions, 3 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>