diff options
Diffstat (limited to 'devel/p5-Devel-DProf/Makefile')
-rw-r--r-- | devel/p5-Devel-DProf/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Devel-DProf/Makefile b/devel/p5-Devel-DProf/Makefile index 42cb201cf9a2..e5905b570c12 100644 --- a/devel/p5-Devel-DProf/Makefile +++ b/devel/p5-Devel-DProf/Makefile @@ -15,15 +15,13 @@ PKGNAMEPREFIX= p5-Devel- MAINTAINER= perl@FreeBSD.org COMMENT= A Perl code profiler -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.6.0- +USE_PERL5_REASON= Version included in perl distribution is newer + +DEPRECATED= only works for old, unsupported Perl versions +EXPIRATION_DATE= 2007-09-11 MAN1= dprofpp.1 MAN3= Devel::DProf.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 500600 -IGNORE= "Version included in perl distribution is newer" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |