diff options
Diffstat (limited to 'devel/p5-Devel-SmallProf/Makefile')
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index 20bacb8ddbe8..ebadb19afa2c 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -6,12 +6,11 @@ # PORTNAME= Devel-SmallProf -PORTVERSION= 2.00.03 +PORTVERSION= 2.02 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SALVA PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([0-9]+)$/_\1/} MAINTAINER= skv@FreeBSD.org COMMENT= Per-line Perl profiler @@ -23,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Devel::SmallProf.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |