aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Todoist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Todoist/Makefile')
-rw-r--r--net/p5-Net-Todoist/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net/p5-Net-Todoist/Makefile b/net/p5-Net-Todoist/Makefile
index c1e6fa52ebc4..d3f69ac1cd2d 100644
--- a/net/p5-Net-Todoist/Makefile
+++ b/net/p5-Net-Todoist/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= Net-Todoist
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= net www perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
@@ -22,4 +21,10 @@ PERL_CONFIGURE= yes
MAN3= Net::Todoist.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500903
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>