aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Todoist/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-16 03:15:29 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-16 03:15:29 +0000
commit5dad08b27230e77dec50afc50b15afdd0ef7e933 (patch)
treead757b45d15857de7b2a83cc40f1c6c0707a90cc /net/p5-Net-Todoist/Makefile
parentc5b5627371a39daeced6228cf726fdc88538e5b1 (diff)
downloadports-5dad08b27230e77dec50afc50b15afdd0ef7e933.tar.gz
ports-5dad08b27230e77dec50afc50b15afdd0ef7e933.zip
Notes
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>