aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-Depends/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-ExtUtils-Depends/Makefile')
-rw-r--r--devel/p5-ExtUtils-Depends/Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile
index 450cde4bc2b7..08ccf96b7d1d 100644
--- a/devel/p5-ExtUtils-Depends/Makefile
+++ b/devel/p5-ExtUtils-Depends/Makefile
@@ -1,7 +1,7 @@
# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= ExtUtils-Depends
-PORTVERSION= 0.8000
+PORTVERSION= 0.8001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XAOC
@@ -13,8 +13,16 @@ COMMENT= Easily build XS extensions that depend on XS extensions
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+NO_ARCH= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 503200
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.44:devel/p5-ExtUtils-MakeMaker
+RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.44:devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>