aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Calendar-Simple
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-08-23 07:04:03 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-08-23 07:04:03 +0000
commitd056d28c813d477e3d19e48cc87120dd9a731946 (patch)
tree8154d5e3c4a2c8391aec4812a1cb21572c49bea5 /devel/p5-Calendar-Simple
parent6635050e43c4cc5977ae3c35bee2dc554d3d3c56 (diff)
downloadports-d056d28c813d477e3d19e48cc87120dd9a731946.tar.gz
ports-d056d28c813d477e3d19e48cc87120dd9a731946.zip
Notes
Diffstat (limited to 'devel/p5-Calendar-Simple')
-rw-r--r--devel/p5-Calendar-Simple/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/p5-Calendar-Simple/Makefile b/devel/p5-Calendar-Simple/Makefile
index c8bfa7c22359..1baa86c8552a 100644
--- a/devel/p5-Calendar-Simple/Makefile
+++ b/devel/p5-Calendar-Simple/Makefile
@@ -15,11 +15,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to create simple calendars
-BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
+BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= YES
MAN3= Calendar::Simple.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>