aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Devel-SmallProf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Devel-SmallProf/Makefile')
-rw-r--r--devel/p5-Devel-SmallProf/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile
index 5a1a24c6233a..e0be1e032ab8 100644
--- a/devel/p5-Devel-SmallProf/Makefile
+++ b/devel/p5-Devel-SmallProf/Makefile
@@ -7,11 +7,12 @@
PORTNAME= Devel-SmallProf
PORTVERSION= 2.00
+PORTREVISION= 03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SALVA
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION}_02
+DISTNAME= ${PORTNAME}-${PORTVERSION}_${PORTREVISION}
MAINTAINER= skv@FreeBSD.org
COMMENT= Per-line Perl profiler
@@ -25,8 +26,8 @@ MAN3= Devel::SmallProf.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500800
-IGNORE= "Perl 5.8 or newer required. Install lang/perl5.8 and try again."
+.if ${PERL_LEVEL} < 500600
+IGNORE= "Perl 5.6 or newer required. Install lang/perl5.6 and try again."
.endif
.include <bsd.port.post.mk>